Html Css Color HEX #C0BD4C Celery

📋 copy color: '#C0BD4C'

red 192 ◦ green 189 ◦ blue 76

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

Shades of Celery #C0BD4C

Tints of Celery #C0BD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

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

R = 42.01%
G = 41.36%
B = 16.63%

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

#C0BD4C (or 0xC0BD4C) is known color: Celery. HEX triplet: C0, BD and 4C. RGB value is (192,189,76). Sum of RGB (Red+Green+Blue) = 192+189+76=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD4C is #3F42B3. Grayscale: #B1B1B1. Windows color (decimal): -4145844 or 5029312. OLE color: 5029312.

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

Color convert

RGB 192 189 76 -
CMYK 0 0.02 0.60 0.25
HSL 58.45º 0.48% 0.53% -
HSV(B) 58.45º 0.6% 0.75% -
XYZ 41.24 48.12 13.95 -
YUV 177.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 192 189 76 0 0.02 0.60 0.25 58.45 0.48 0.53
Hex C0 BD 4C 0 2 3C 19 3A 30 35
Octal 300 275 114 0 2 74 31 72 60 65
Binary 11000000 10111101 1001100 0 10 111100 11001 111010 110000 110101

Color Harmonies of #C0BD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD4C

Black with #C0BD4C

Text Example


Text Example

White with #C0BD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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