Html Css Color HEX #C0CA4A Celery

📋 copy color: '#C0CA4A'

red 192 ◦ green 202 ◦ blue 74

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

Shades of Celery #C0CA4A

Tints of Celery #C0CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 41.03%
G = 43.16%
B = 15.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C0CA4A (or 0xC0CA4A) is known color: Celery. HEX triplet: C0, CA and 4A. RGB value is (192,202,74). Sum of RGB (Red+Green+Blue) = 192+202+74=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA4A is #3F35B5. Grayscale: #B8B8B8. Windows color (decimal): -4142518 or 4901568. OLE color: 4901568.

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

Color convert

RGB 192 202 74 -
CMYK 0.05 0 0.63 0.21
HSL 64.69º 0.55% 0.54% -
HSV(B) 64.69º 0.63% 0.79% -
XYZ 44.09 53.94 14.57 -
YUV 184.42 65.69 133.41 -
System Red Green Blue C M Y K H S L
Decimal 192 202 74 0.05 0 0.63 0.21 64.69 0.55 0.54
Hex C0 CA 4A 5 0 3F 15 41 37 36
Octal 300 312 112 5 0 77 25 101 67 66
Binary 11000000 11001010 1001010 101 0 111111 10101 1000001 110111 110110

Color Harmonies of #C0CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA4A

Black with #C0CA4A

Text Example


Text Example

White with #C0CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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