Html Css Color HEX #C0CA42 Celery

📋 copy color: '#C0CA42'

red 192 ◦ green 202 ◦ blue 66

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

Shades of Celery #C0CA42

Tints of Celery #C0CA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.35%

R = 41.74%
G = 43.91%
B = 14.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C0CA42 (or 0xC0CA42) is known color: Celery. HEX triplet: C0, CA and 42. RGB value is (192,202,66). Sum of RGB (Red+Green+Blue) = 192+202+66=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA42 is #3F35BD. Grayscale: #B8B8B8. Windows color (decimal): -4142526 or 4377280. OLE color: 4377280.

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

Color convert

RGB 192 202 66 -
CMYK 0.05 0 0.67 0.21
HSL 64.41º 0.56% 0.53% -
HSV(B) 64.41º 0.67% 0.79% -
XYZ 43.84 53.84 13.24 -
YUV 183.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 192 202 66 0.05 0 0.67 0.21 64.41 0.56 0.53
Hex C0 CA 42 5 0 43 15 40 38 35
Octal 300 312 102 5 0 103 25 100 70 65
Binary 11000000 11001010 1000010 101 0 1000011 10101 1000000 111000 110101

Color Harmonies of #C0CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA42

Black with #C0CA42

Text Example


Text Example

White with #C0CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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