Html Css Color HEX #C2BF40 Celery

📋 copy color: '#C2BF40'

red 194 ◦ green 191 ◦ blue 64

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

Shades of Celery #C2BF40

Tints of Celery #C2BF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.25%

R = 43.21%
G = 42.54%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2BF40 (or 0xC2BF40) is known color: Celery. HEX triplet: C2, BF and 40. RGB value is (194,191,64). Sum of RGB (Red+Green+Blue) = 194+191+64=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF40 is #3D40BF. Grayscale: #B1B1B1. Windows color (decimal): -4014272 or 4243394. OLE color: 4243394.

HSL color Cylindrical-coordinate representation of color #C2BF40: hue angle of 58.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2BF40 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 64 -
CMYK 0 0.02 0.67 0.24
HSL 58.62º 0.52% 0.51% -
HSV(B) 58.62º 0.67% 0.76% -
XYZ 41.8 49.1 12.12 -
YUV 177.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 194 191 64 0 0.02 0.67 0.24 58.62 0.52 0.51
Hex C2 BF 40 0 2 43 18 3B 34 33
Octal 302 277 100 0 2 103 30 73 64 63
Binary 11000010 10111111 1000000 0 10 1000011 11000 111011 110100 110011

Color Harmonies of #C2BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF40

Black with #C2BF40

Text Example


Text Example

White with #C2BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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