Html Css Color HEX #C2CE48 Celery

📋 copy color: '#C2CE48'

red 194 ◦ green 206 ◦ blue 72

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

Shades of Celery #C2CE48

Tints of Celery #C2CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.64%

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

R = 41.1%
G = 43.64%
B = 15.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#C2CE48 (or 0xC2CE48) is known color: Celery. HEX triplet: C2, CE and 48. RGB value is (194,206,72). Sum of RGB (Red+Green+Blue) = 194+206+72=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE48 is #3D31B7. Grayscale: #BBBBBB. Windows color (decimal): -4010424 or 4771522. OLE color: 4771522.

HSL color Cylindrical-coordinate representation of color #C2CE48: hue angle of 65.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2CE48 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 72 -
CMYK 0.06 0 0.65 0.19
HSL 65.37º 0.58% 0.55% -
HSV(B) 65.37º 0.65% 0.81% -
XYZ 45.49 56.08 14.56 -
YUV 187.14 63.02 132.9 -
System Red Green Blue C M Y K H S L
Decimal 194 206 72 0.06 0 0.65 0.19 65.37 0.58 0.55
Hex C2 CE 48 6 0 41 13 41 3A 37
Octal 302 316 110 6 0 101 23 101 72 67
Binary 11000010 11001110 1001000 110 0 1000001 10011 1000001 111010 110111

Color Harmonies of #C2CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE48

Black with #C2CE48

Text Example


Text Example

White with #C2CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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