Html Css Color HEX #C2BF48 Celery

📋 copy color: '#C2BF48'

red 194 ◦ green 191 ◦ blue 72

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

Shades of Celery #C2BF48

Tints of Celery #C2BF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.75%

R = 42.45%
G = 41.79%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2BF48 (or 0xC2BF48) is known color: Celery. HEX triplet: C2, BF and 48. RGB value is (194,191,72). Sum of RGB (Red+Green+Blue) = 194+191+72=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF48 is #3D40B7. Grayscale: #B2B2B2. Windows color (decimal): -4014264 or 4767682. OLE color: 4767682.

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

Color convert

RGB 194 191 72 -
CMYK 0 0.02 0.63 0.24
HSL 58.52º 0.5% 0.52% -
HSV(B) 58.52º 0.63% 0.76% -
XYZ 42.05 49.2 13.41 -
YUV 178.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 194 191 72 0 0.02 0.63 0.24 58.52 0.5 0.52
Hex C2 BF 48 0 2 3F 18 3B 32 34
Octal 302 277 110 0 2 77 30 73 62 64
Binary 11000010 10111111 1001000 0 10 111111 11000 111011 110010 110100

Color Harmonies of #C2BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF48

Black with #C2BF48

Text Example


Text Example

White with #C2BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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