Html Css Color HEX #C2BD4A Celery

📋 copy color: '#C2BD4A'

red 194 ◦ green 189 ◦ blue 74

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

Shades of Celery #C2BD4A

Tints of Celery #C2BD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

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

R = 42.45%
G = 41.36%
B = 16.19%

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

#C2BD4A (or 0xC2BD4A) is known color: Celery. HEX triplet: C2, BD and 4A. RGB value is (194,189,74). Sum of RGB (Red+Green+Blue) = 194+189+74=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD4A is #3D42B5. Grayscale: #B1B1B1. Windows color (decimal): -4014774 or 4898242. OLE color: 4898242.

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

Color convert

RGB 194 189 74 -
CMYK 0 0.03 0.62 0.24
HSL 57.5º 0.5% 0.53% -
HSV(B) 57.5º 0.62% 0.76% -
XYZ 41.68 48.36 13.62 -
YUV 177.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 194 189 74 0 0.03 0.62 0.24 57.5 0.5 0.53
Hex C2 BD 4A 0 3 3E 18 3A 32 35
Octal 302 275 112 0 3 76 30 72 62 65
Binary 11000010 10111101 1001010 0 11 111110 11000 111010 110010 110101

Color Harmonies of #C2BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD4A

Black with #C2BD4A

Text Example


Text Example

White with #C2BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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