Html Css Color HEX #C2BF4A Celery

📋 copy color: '#C2BF4A'

red 194 ◦ green 191 ◦ blue 74

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

Shades of Celery #C2BF4A

Tints of Celery #C2BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

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

R = 42.27%
G = 41.61%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2BF4A (or 0xC2BF4A) is known color: Celery. HEX triplet: C2, BF and 4A. RGB value is (194,191,74). Sum of RGB (Red+Green+Blue) = 194+191+74=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF4A is #3D40B5. Grayscale: #B3B3B3. Windows color (decimal): -4014262 or 4898754. OLE color: 4898754.

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

Color convert

RGB 194 191 74 -
CMYK 0 0.02 0.62 0.24
HSL 58.5º 0.5% 0.53% -
HSV(B) 58.5º 0.62% 0.76% -
XYZ 42.11 49.23 13.76 -
YUV 178.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 194 191 74 0 0.02 0.62 0.24 58.5 0.5 0.53
Hex C2 BF 4A 0 2 3E 18 3A 32 35
Octal 302 277 112 0 2 76 30 72 62 65
Binary 11000010 10111111 1001010 0 10 111110 11000 111010 110010 110101

Color Harmonies of #C2BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF4A

Black with #C2BF4A

Text Example


Text Example

White with #C2BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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