Html Css Color HEX #C2BC4A Celery

📋 copy color: '#C2BC4A'

red 194 ◦ green 188 ◦ blue 74

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

Shades of Celery #C2BC4A

Tints of Celery #C2BC4A

RGB

 RED value IS 194 (76.17% from 255) = 42.54%

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

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

R = 42.54%
G = 41.23%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2BC4A (or 0xC2BC4A) is known color: Celery. HEX triplet: C2, BC and 4A. RGB value is (194,188,74). Sum of RGB (Red+Green+Blue) = 194+188+74=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC4A is #3D43B5. Grayscale: #B1B1B1. Windows color (decimal): -4015030 or 4897986. OLE color: 4897986.

HSL color Cylindrical-coordinate representation of color #C2BC4A: hue angle of 57º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2BC4A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 74 -
CMYK 0 0.03 0.62 0.24
HSL 57º 0.5% 0.53% -
HSV(B) 57º 0.62% 0.76% -
XYZ 41.47 47.93 13.54 -
YUV 176.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 194 188 74 0 0.03 0.62 0.24 57 0.5 0.53
Hex C2 BC 4A 0 3 3E 18 39 32 35
Octal 302 274 112 0 3 76 30 71 62 65
Binary 11000010 10111100 1001010 0 11 111110 11000 111001 110010 110101

Color Harmonies of #C2BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC4A

Black with #C2BC4A

Text Example


Text Example

White with #C2BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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