Html Css Color HEX #C0C03A Celery

📋 copy color: '#C0C03A'

red 192 ◦ green 192 ◦ blue 58

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

Shades of Celery #C0C03A

Tints of Celery #C0C03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 43.44%
G = 43.44%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0C03A (or 0xC0C03A) is known color: Celery. HEX triplet: C0, C0 and 3A. RGB value is (192,192,58). Sum of RGB (Red+Green+Blue) = 192+192+58=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C03A is #3F3FC5. Grayscale: #B1B1B1. Windows color (decimal): -4145094 or 3850432. OLE color: 3850432.

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

Color convert

RGB 192 192 58 -
CMYK 0 0 0.70 0.25
HSL 60º 0.54% 0.49% -
HSV(B) 60º 0.7% 0.75% -
XYZ 41.35 49.21 11.32 -
YUV 176.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 192 192 58 0 0 0.70 0.25 60 0.54 0.49
Hex C0 C0 3A 0 0 46 19 3C 36 31
Octal 300 300 72 0 0 106 31 74 66 61
Binary 11000000 11000000 111010 0 0 1000110 11001 111100 110110 110001

Color Harmonies of #C0C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C03A

Black with #C0C03A

Text Example


Text Example

White with #C0C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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