Html Css Color HEX #C0BC4C Celery

📋 copy color: '#C0BC4C'

red 192 ◦ green 188 ◦ blue 76

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

Shades of Celery #C0BC4C

Tints of Celery #C0BC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.23%

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

R = 42.11%
G = 41.23%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0BC4C (or 0xC0BC4C) is known color: Celery. HEX triplet: C0, BC and 4C. RGB value is (192,188,76). Sum of RGB (Red+Green+Blue) = 192+188+76=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC4C is #3F43B3. Grayscale: #B0B0B0. Windows color (decimal): -4146100 or 5029056. OLE color: 5029056.

HSL color Cylindrical-coordinate representation of color #C0BC4C: hue angle of 57.93º 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 #C0BC4C is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 76 -
CMYK 0 0.02 0.60 0.25
HSL 57.93º 0.48% 0.53% -
HSV(B) 57.93º 0.6% 0.75% -
XYZ 41.03 47.69 13.88 -
YUV 176.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 192 188 76 0 0.02 0.60 0.25 57.93 0.48 0.53
Hex C0 BC 4C 0 2 3C 19 3A 30 35
Octal 300 274 114 0 2 74 31 72 60 65
Binary 11000000 10111100 1001100 0 10 111100 11001 111010 110000 110101

Color Harmonies of #C0BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC4C

Black with #C0BC4C

Text Example


Text Example

White with #C0BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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