#C0BF3C

Color #C0BF3C Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #C0BF3C

Tints of Celery #C0BF3C

Color information

#C0BF3C (or 0xC0BF3C) is unknown color: approx Celery. HEX triplet: C0, BF and 3C. RGB value is (192,191,60). Sum of RGB (Red+Green+Blue) = 192+191+60=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF3C is #3F40C3. Grayscale: #B0B0B0. Windows color (decimal): -4145348 or 3981248. OLE color: 3981248.

HSL color Cylindrical-coordinate representation of color #C0BF3C: hue angle of 59.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0BF3C is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19219160-
CMYK00.010.690.25
HSL59.55º52.38%49.41%-
HSV(B)59.55º68.75%75.29%-
XYZ41.1848.7911.52-
YUV176.3662.33139.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 60 (23.83% from 255) = 13.54%
R=43.34%
G=43.12%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921916000.010.690.2559.5552.3849.41
HexC0BF3C0145193c3431
Octal300277740110531746461
Binary110000001011111111110001100010111001111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF3C; }

 p { color: rgb(192,191,60); }

 H1.HeaderClassName
 {
   color: #C0BF3C;
 }
 .AnyTagClassName
 {
   color: #C0BF3C;
 }
</style>
background-color css

<style>
 a { background-color: #C0BF3C; }

 a { background-color: rgb(192,191,60); }

 div.DivClassName
 {
   background-color: #C0BF3C;
 }
 .BgClassName
 {
   background-color: #C0BF3C;
 }
</style>
border-color css

<style>
 span { border-color: #C0BF3C; }

 span { border-color: rgb(192,191,60); }

 td.TdClassName
 {
   border-color: #C0BF3C;
 }
 .TagClassName
 {
   border-color: #C0BF3C;
 }
</style>