Html Css Color HEX #C0C04A Celery

📋 copy color: '#C0C04A'

red 192 ◦ green 192 ◦ blue 74

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

Shades of Celery #C0C04A

Tints of Celery #C0C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

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

R = 41.92%
G = 41.92%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0C04A (or 0xC0C04A) is known color: Celery. HEX triplet: C0, C0 and 4A. RGB value is (192,192,74). Sum of RGB (Red+Green+Blue) = 192+192+74=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C04A is #3F3FB5. Grayscale: #B3B3B3. Windows color (decimal): -4145078 or 4899008. OLE color: 4899008.

HSL color Cylindrical-coordinate representation of color #C0C04A: hue angle of 60º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0C04A is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 74 -
CMYK 0 0 0.61 0.25
HSL 60º 0.48% 0.52% -
HSV(B) 60º 0.61% 0.75% -
XYZ 41.82 49.4 13.81 -
YUV 178.55 69 137.59 -
System Red Green Blue C M Y K H S L
Decimal 192 192 74 0 0 0.61 0.25 60 0.48 0.52
Hex C0 C0 4A 0 0 3D 19 3C 30 34
Octal 300 300 112 0 0 75 31 74 60 64
Binary 11000000 11000000 1001010 0 0 111101 11001 111100 110000 110100

Color Harmonies of #C0C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C04A

Black with #C0C04A

Text Example


Text Example

White with #C0C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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