Html Css Color HEX #C0CC48 Celery

📋 copy color: '#C0CC48'

red 192 ◦ green 204 ◦ blue 72

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

Shades of Celery #C0CC48

Tints of Celery #C0CC48

RGB

 RED value IS 192 (75.39% from 255) = 41.03%

 GREEN value IS 204 (80.08% from 255) = 43.59%

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

R = 41.03%
G = 43.59%
B = 15.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#C0CC48 (or 0xC0CC48) is known color: Celery. HEX triplet: C0, CC and 48. RGB value is (192,204,72). Sum of RGB (Red+Green+Blue) = 192+204+72=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC48 is #3F33B7. Grayscale: #B9B9B9. Windows color (decimal): -4142008 or 4771008. OLE color: 4771008.

HSL color Cylindrical-coordinate representation of color #C0CC48: hue angle of 65.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0CC48 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 72 -
CMYK 0.06 0 0.65 0.2
HSL 65.45º 0.56% 0.54% -
HSV(B) 65.45º 0.65% 0.8% -
XYZ 44.5 54.86 14.37 -
YUV 185.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 192 204 72 0.06 0 0.65 0.2 65.45 0.56 0.54
Hex C0 CC 48 6 0 41 14 41 38 36
Octal 300 314 110 6 0 101 24 101 70 66
Binary 11000000 11001100 1001000 110 0 1000001 10100 1000001 111000 110110

Color Harmonies of #C0CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC48

Black with #C0CC48

Text Example


Text Example

White with #C0CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC48; }

 p { color: rgb(192,204,72); }

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

background-color css

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

 a { background-color: rgb(192,204,72); }

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

border-color css

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

 span { border-color: rgb(192,204,72); }

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