Html Css Color HEX #C0BF4C Celery

📋 copy color: '#C0BF4C'

red 192 ◦ green 191 ◦ blue 76

#C0BF4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #C0BF4C

Tints of Celery #C0BF4C

RGB

 RED value IS 192 (75.39% from 255) = 41.83%

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 41.83%
G = 41.61%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0BF4C (or 0xC0BF4C) is known color: Celery. HEX triplet: C0, BF and 4C. RGB value is (192,191,76). Sum of RGB (Red+Green+Blue) = 192+191+76=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF4C is #3F40B3. Grayscale: #B2B2B2. Windows color (decimal): -4145332 or 5029824. OLE color: 5029824.

HSL color Cylindrical-coordinate representation of color #C0BF4C: hue angle of 59.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0BF4C is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 76 -
CMYK 0 0.01 0.60 0.25
HSL 59.48º 0.48% 0.53% -
HSV(B) 59.48º 0.6% 0.75% -
XYZ 41.67 48.99 14.1 -
YUV 178.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 192 191 76 0 0.01 0.60 0.25 59.48 0.48 0.53
Hex C0 BF 4C 0 1 3C 19 3B 30 35
Octal 300 277 114 0 1 74 31 73 60 65
Binary 11000000 10111111 1001100 0 1 111100 11001 111011 110000 110101

Color Harmonies of #C0BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF4C

Black with #C0BF4C

Text Example


Text Example

White with #C0BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF4C; }

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

 H1.HeaderClassName
 {
   color: #C0BF4C;
 }
 .AnyTagClassName
 {
   color: #C0BF4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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