Html Css Color HEX #C2BE48 Celery

📋 copy color: '#C2BE48'

red 194 ◦ green 190 ◦ blue 72

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

Shades of Celery #C2BE48

Tints of Celery #C2BE48

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.67%

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

R = 42.54%
G = 41.67%
B = 15.79%

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

#C2BE48 (or 0xC2BE48) is known color: Celery. HEX triplet: C2, BE and 48. RGB value is (194,190,72). Sum of RGB (Red+Green+Blue) = 194+190+72=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE48 is #3D41B7. Grayscale: #B2B2B2. Windows color (decimal): -4014520 or 4767426. OLE color: 4767426.

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

Color convert

RGB 194 190 72 -
CMYK 0 0.02 0.63 0.24
HSL 58.03º 0.5% 0.52% -
HSV(B) 58.03º 0.63% 0.76% -
XYZ 41.83 48.76 13.34 -
YUV 177.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 194 190 72 0 0.02 0.63 0.24 58.03 0.5 0.52
Hex C2 BE 48 0 2 3F 18 3A 32 34
Octal 302 276 110 0 2 77 30 72 62 64
Binary 11000010 10111110 1001000 0 10 111111 11000 111010 110010 110100

Color Harmonies of #C2BE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE48

Black with #C2BE48

Text Example


Text Example

White with #C2BE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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