Html Css Color HEX #C0BC4A Celery

📋 copy color: '#C0BC4A'

red 192 ◦ green 188 ◦ blue 74

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

Shades of Celery #C0BC4A

Tints of Celery #C0BC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.3%

R = 42.29%
G = 41.41%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0BC4A (or 0xC0BC4A) is known color: Celery. HEX triplet: C0, BC and 4A. RGB value is (192,188,74). Sum of RGB (Red+Green+Blue) = 192+188+74=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC4A is #3F43B5. Grayscale: #B0B0B0. Windows color (decimal): -4146102 or 4897984. OLE color: 4897984.

HSL color Cylindrical-coordinate representation of color #C0BC4A: hue angle of 57.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0BC4A is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 74 -
CMYK 0 0.02 0.61 0.25
HSL 57.97º 0.48% 0.52% -
HSV(B) 57.97º 0.61% 0.75% -
XYZ 40.96 47.67 13.52 -
YUV 176.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 192 188 74 0 0.02 0.61 0.25 57.97 0.48 0.52
Hex C0 BC 4A 0 2 3D 19 3A 30 34
Octal 300 274 112 0 2 75 31 72 60 64
Binary 11000000 10111100 1001010 0 10 111101 11001 111010 110000 110100

Color Harmonies of #C0BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC4A

Black with #C0BC4A

Text Example


Text Example

White with #C0BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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