Html Css Color HEX #C0CA47 Celery

📋 copy color: '#C0CA47'

red 192 ◦ green 202 ◦ blue 71

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

Shades of Celery #C0CA47

Tints of Celery #C0CA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

 BLUE value IS 71 (28.13% from 255) = 15.27%

R = 41.29%
G = 43.44%
B = 15.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C0CA47 (or 0xC0CA47) is known color: Celery. HEX triplet: C0, CA and 47. RGB value is (192,202,71). Sum of RGB (Red+Green+Blue) = 192+202+71=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA47 is #3F35B8. Grayscale: #B8B8B8. Windows color (decimal): -4142521 or 4704960. OLE color: 4704960.

HSL color Cylindrical-coordinate representation of color #C0CA47: hue angle of 64.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0CA47 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 71 -
CMYK 0.05 0 0.65 0.21
HSL 64.58º 0.55% 0.54% -
HSV(B) 64.58º 0.65% 0.79% -
XYZ 44 53.9 14.05 -
YUV 184.08 64.19 133.65 -
System Red Green Blue C M Y K H S L
Decimal 192 202 71 0.05 0 0.65 0.21 64.58 0.55 0.54
Hex C0 CA 47 5 0 41 15 41 37 36
Octal 300 312 107 5 0 101 25 101 67 66
Binary 11000000 11001010 1000111 101 0 1000001 10101 1000001 110111 110110

Color Harmonies of #C0CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA47

Black with #C0CA47

Text Example


Text Example

White with #C0CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA47; }

 p { color: rgb(192,202,71); }

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

background-color css

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

 a { background-color: rgb(192,202,71); }

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

border-color css

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

 span { border-color: rgb(192,202,71); }

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