Html Css Color HEX #C2BF41 Celery

📋 copy color: '#C2BF41'

red 194 ◦ green 191 ◦ blue 65

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

Shades of Celery #C2BF41

Tints of Celery #C2BF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.44%

R = 43.11%
G = 42.44%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2BF41 (or 0xC2BF41) is known color: Celery. HEX triplet: C2, BF and 41. RGB value is (194,191,65). Sum of RGB (Red+Green+Blue) = 194+191+65=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF41 is #3D40BE. Grayscale: #B2B2B2. Windows color (decimal): -4014271 or 4308930. OLE color: 4308930.

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

Color convert

RGB 194 191 65 -
CMYK 0 0.02 0.66 0.24
HSL 58.6º 0.51% 0.51% -
HSV(B) 58.6º 0.66% 0.76% -
XYZ 41.83 49.11 12.28 -
YUV 177.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 194 191 65 0 0.02 0.66 0.24 58.6 0.51 0.51
Hex C2 BF 41 0 2 42 18 3B 33 33
Octal 302 277 101 0 2 102 30 73 63 63
Binary 11000010 10111111 1000001 0 10 1000010 11000 111011 110011 110011

Color Harmonies of #C2BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF41

Black with #C2BF41

Text Example


Text Example

White with #C2BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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