Html Css Color HEX #C2BD4C Celery

📋 copy color: '#C2BD4C'

red 194 ◦ green 189 ◦ blue 76

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

Shades of Celery #C2BD4C

Tints of Celery #C2BD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 42.27%
G = 41.18%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2BD4C (or 0xC2BD4C) is known color: Celery. HEX triplet: C2, BD and 4C. RGB value is (194,189,76). Sum of RGB (Red+Green+Blue) = 194+189+76=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD4C is #3D42B3. Grayscale: #B2B2B2. Windows color (decimal): -4014772 or 5029314. OLE color: 5029314.

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

Color convert

RGB 194 189 76 -
CMYK 0 0.03 0.61 0.24
HSL 57.46º 0.49% 0.53% -
HSV(B) 57.46º 0.61% 0.76% -
XYZ 41.75 48.39 13.98 -
YUV 177.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 194 189 76 0 0.03 0.61 0.24 57.46 0.49 0.53
Hex C2 BD 4C 0 3 3D 18 39 31 35
Octal 302 275 114 0 3 75 30 71 61 65
Binary 11000010 10111101 1001100 0 11 111101 11000 111001 110001 110101

Color Harmonies of #C2BD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD4C

Black with #C2BD4C

Text Example


Text Example

White with #C2BD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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