Html Css Color HEX #C2BF44 Celery

📋 copy color: '#C2BF44'

red 194 ◦ green 191 ◦ blue 68

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

Shades of Celery #C2BF44

Tints of Celery #C2BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.01%

R = 42.83%
G = 42.16%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C2BF44 (or 0xC2BF44) is known color: Celery. HEX triplet: C2, BF and 44. RGB value is (194,191,68). Sum of RGB (Red+Green+Blue) = 194+191+68=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF44 is #3D40BB. Grayscale: #B2B2B2. Windows color (decimal): -4014268 or 4505538. OLE color: 4505538.

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

Color convert

RGB 194 191 68 -
CMYK 0 0.02 0.65 0.24
HSL 58.57º 0.51% 0.51% -
HSV(B) 58.57º 0.65% 0.76% -
XYZ 41.92 49.15 12.75 -
YUV 177.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 194 191 68 0 0.02 0.65 0.24 58.57 0.51 0.51
Hex C2 BF 44 0 2 41 18 3B 33 33
Octal 302 277 104 0 2 101 30 73 63 63
Binary 11000010 10111111 1000100 0 10 1000001 11000 111011 110011 110011

Color Harmonies of #C2BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF44

Black with #C2BF44

Text Example


Text Example

White with #C2BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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