Html Css Color HEX #C2BB48 Celery

📋 copy color: '#C2BB48'

red 194 ◦ green 187 ◦ blue 72

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

Shades of Celery #C2BB48

Tints of Celery #C2BB48

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

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

R = 42.83%
G = 41.28%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2BB48 (or 0xC2BB48) is known color: Celery. HEX triplet: C2, BB and 48. RGB value is (194,187,72). Sum of RGB (Red+Green+Blue) = 194+187+72=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB48 is #3D44B7. Grayscale: #B0B0B0. Windows color (decimal): -4015288 or 4766658. OLE color: 4766658.

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

Color convert

RGB 194 187 72 -
CMYK 0 0.04 0.63 0.24
HSL 56.56º 0.5% 0.52% -
HSV(B) 56.56º 0.63% 0.76% -
XYZ 41.19 47.48 13.12 -
YUV 175.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 194 187 72 0 0.04 0.63 0.24 56.56 0.5 0.52
Hex C2 BB 48 0 4 3F 18 39 32 34
Octal 302 273 110 0 4 77 30 71 62 64
Binary 11000010 10111011 1001000 0 100 111111 11000 111001 110010 110100

Color Harmonies of #C2BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB48

Black with #C2BB48

Text Example


Text Example

White with #C2BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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