Html Css Color HEX #C0CA46 Celery

📋 copy color: '#C0CA46'

red 192 ◦ green 202 ◦ blue 70

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

Shades of Celery #C0CA46

Tints of Celery #C0CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.09%

R = 41.38%
G = 43.53%
B = 15.09%

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

#C0CA46 (or 0xC0CA46) is known color: Celery. HEX triplet: C0, CA and 46. RGB value is (192,202,70). Sum of RGB (Red+Green+Blue) = 192+202+70=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA46 is #3F35B9. Grayscale: #B8B8B8. Windows color (decimal): -4142522 or 4639424. OLE color: 4639424.

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

Color convert

RGB 192 202 70 -
CMYK 0.05 0 0.65 0.21
HSL 64.55º 0.55% 0.53% -
HSV(B) 64.55º 0.65% 0.79% -
XYZ 43.96 53.89 13.88 -
YUV 183.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 192 202 70 0.05 0 0.65 0.21 64.55 0.55 0.53
Hex C0 CA 46 5 0 41 15 41 37 35
Octal 300 312 106 5 0 101 25 101 67 65
Binary 11000000 11001010 1000110 101 0 1000001 10101 1000001 110111 110101

Color Harmonies of #C0CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA46

Black with #C0CA46

Text Example


Text Example

White with #C0CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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