Html Css Color HEX #C2BF4C Celery

📋 copy color: '#C2BF4C'

red 194 ◦ green 191 ◦ blue 76

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

Shades of Celery #C2BF4C

Tints of Celery #C2BF4C

RGB

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

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

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

R = 42.08%
G = 41.43%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2BF4C (or 0xC2BF4C) is known color: Celery. HEX triplet: C2, BF and 4C. RGB value is (194,191,76). Sum of RGB (Red+Green+Blue) = 194+191+76=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF4C is #3D40B3. Grayscale: #B3B3B3. Windows color (decimal): -4014260 or 5029826. OLE color: 5029826.

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

Color convert

RGB 194 191 76 -
CMYK 0 0.02 0.61 0.24
HSL 58.47º 0.49% 0.53% -
HSV(B) 58.47º 0.61% 0.76% -
XYZ 42.18 49.25 14.12 -
YUV 178.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 194 191 76 0 0.02 0.61 0.24 58.47 0.49 0.53
Hex C2 BF 4C 0 2 3D 18 3A 31 35
Octal 302 277 114 0 2 75 30 72 61 65
Binary 11000010 10111111 1001100 0 10 111101 11000 111010 110001 110101

Color Harmonies of #C2BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF4C

Black with #C2BF4C

Text Example


Text Example

White with #C2BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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