Html Css Color HEX #C0CA4F Celery

📋 copy color: '#C0CA4F'

red 192 ◦ green 202 ◦ blue 79

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

Shades of Celery #C0CA4F

Tints of Celery #C0CA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.7%

R = 40.59%
G = 42.71%
B = 16.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C0CA4F (or 0xC0CA4F) is known color: Celery. HEX triplet: C0, CA and 4F. RGB value is (192,202,79). Sum of RGB (Red+Green+Blue) = 192+202+79=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA4F is #3F35B0. Grayscale: #B9B9B9. Windows color (decimal): -4142513 or 5229248. OLE color: 5229248.

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

Color convert

RGB 192 202 79 -
CMYK 0.05 0 0.61 0.21
HSL 64.88º 0.54% 0.55% -
HSV(B) 64.88º 0.61% 0.79% -
XYZ 44.27 54.01 15.49 -
YUV 184.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 192 202 79 0.05 0 0.61 0.21 64.88 0.54 0.55
Hex C0 CA 4F 5 0 3D 15 41 36 37
Octal 300 312 117 5 0 75 25 101 66 67
Binary 11000000 11001010 1001111 101 0 111101 10101 1000001 110110 110111

Color Harmonies of #C0CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA4F

Black with #C0CA4F

Text Example


Text Example

White with #C0CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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