Html Css Color HEX #C0C44A Celery

📋 copy color: '#C0C44A'

red 192 ◦ green 196 ◦ blue 74

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

Shades of Celery #C0C44A

Tints of Celery #C0C44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.42%

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

R = 41.56%
G = 42.42%
B = 16.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C0C44A (or 0xC0C44A) is known color: Celery. HEX triplet: C0, C4 and 4A. RGB value is (192,196,74). Sum of RGB (Red+Green+Blue) = 192+196+74=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C44A is #3F3BB5. Grayscale: #B5B5B5. Windows color (decimal): -4144054 or 4900032. OLE color: 4900032.

HSL color Cylindrical-coordinate representation of color #C0C44A: hue angle of 61.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0C44A is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 196 74 -
CMYK 0.02 0 0.62 0.23
HSL 61.97º 0.51% 0.53% -
HSV(B) 61.97º 0.62% 0.77% -
XYZ 42.71 51.18 14.11 -
YUV 180.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 192 196 74 0.02 0 0.62 0.23 61.97 0.51 0.53
Hex C0 C4 4A 2 0 3E 17 3E 33 35
Octal 300 304 112 2 0 76 27 76 63 65
Binary 11000000 11000100 1001010 10 0 111110 10111 111110 110011 110101

Color Harmonies of #C0C44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C44A

Black with #C0C44A

Text Example


Text Example

White with #C0C44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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