Html Css Color HEX #C0BC4D Celery

📋 copy color: '#C0BC4D'

red 192 ◦ green 188 ◦ blue 77

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

Shades of Celery #C0BC4D

Tints of Celery #C0BC4D

RGB

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

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

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

R = 42.01%
G = 41.14%
B = 16.85%

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

#C0BC4D (or 0xC0BC4D) is known color: Celery. HEX triplet: C0, BC and 4D. RGB value is (192,188,77). Sum of RGB (Red+Green+Blue) = 192+188+77=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC4D is #3F43B2. Grayscale: #B0B0B0. Windows color (decimal): -4146099 or 5094592. OLE color: 5094592.

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

Color convert

RGB 192 188 77 -
CMYK 0 0.02 0.60 0.25
HSL 57.91º 0.48% 0.53% -
HSV(B) 57.91º 0.6% 0.75% -
XYZ 41.06 47.71 14.07 -
YUV 176.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 192 188 77 0 0.02 0.60 0.25 57.91 0.48 0.53
Hex C0 BC 4D 0 2 3C 19 3A 30 35
Octal 300 274 115 0 2 74 31 72 60 65
Binary 11000000 10111100 1001101 0 10 111100 11001 111010 110000 110101

Color Harmonies of #C0BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC4D

Black with #C0BC4D

Text Example


Text Example

White with #C0BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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