Html Css Color HEX #C2BD48 Celery

📋 copy color: '#C2BD48'

red 194 ◦ green 189 ◦ blue 72

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

Shades of Celery #C2BD48

Tints of Celery #C2BD48

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.54%

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

R = 42.64%
G = 41.54%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2BD48 (or 0xC2BD48) is known color: Celery. HEX triplet: C2, BD and 48. RGB value is (194,189,72). Sum of RGB (Red+Green+Blue) = 194+189+72=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD48 is #3D42B7. Grayscale: #B1B1B1. Windows color (decimal): -4014776 or 4767170. OLE color: 4767170.

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

Color convert

RGB 194 189 72 -
CMYK 0 0.03 0.63 0.24
HSL 57.54º 0.5% 0.52% -
HSV(B) 57.54º 0.63% 0.76% -
XYZ 41.62 48.33 13.27 -
YUV 177.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 194 189 72 0 0.03 0.63 0.24 57.54 0.5 0.52
Hex C2 BD 48 0 3 3F 18 3A 32 34
Octal 302 275 110 0 3 77 30 72 62 64
Binary 11000010 10111101 1001000 0 11 111111 11000 111010 110010 110100

Color Harmonies of #C2BD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD48

Black with #C2BD48

Text Example


Text Example

White with #C2BD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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