Html Css Color HEX #C0BB4D Celery

📋 copy color: '#C0BB4D'

red 192 ◦ green 187 ◦ blue 77

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

Shades of Celery #C0BB4D

Tints of Celery #C0BB4D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.01%

 BLUE value IS 77 (30.47% from 255) = 16.89%

R = 42.11%
G = 41.01%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0BB4D (or 0xC0BB4D) is known color: Celery. HEX triplet: C0, BB and 4D. RGB value is (192,187,77). Sum of RGB (Red+Green+Blue) = 192+187+77=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB4D is #3F44B2. Grayscale: #B0B0B0. Windows color (decimal): -4146355 or 5094336. OLE color: 5094336.

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

Color convert

RGB 192 187 77 -
CMYK 0 0.03 0.60 0.25
HSL 57.39º 0.48% 0.53% -
HSV(B) 57.39º 0.6% 0.75% -
XYZ 40.85 47.28 13.99 -
YUV 175.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 192 187 77 0 0.03 0.60 0.25 57.39 0.48 0.53
Hex C0 BB 4D 0 3 3C 19 39 30 35
Octal 300 273 115 0 3 74 31 71 60 65
Binary 11000000 10111011 1001101 0 11 111100 11001 111001 110000 110101

Color Harmonies of #C0BB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB4D

Black with #C0BB4D

Text Example


Text Example

White with #C0BB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB4D; }

 p { color: rgb(192,187,77); }

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

background-color css

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

 a { background-color: rgb(192,187,77); }

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

border-color css

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

 span { border-color: rgb(192,187,77); }

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