Html Css Color HEX #C0C33A Celery

📋 copy color: '#C0C33A'

red 192 ◦ green 195 ◦ blue 58

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

Shades of Celery #C0C33A

Tints of Celery #C0C33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

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

R = 43.15%
G = 43.82%
B = 13.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C0C33A (or 0xC0C33A) is known color: Celery. HEX triplet: C0, C3 and 3A. RGB value is (192,195,58). Sum of RGB (Red+Green+Blue) = 192+195+58=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C33A is #3F3CC5. Grayscale: #B3B3B3. Windows color (decimal): -4144326 or 3851200. OLE color: 3851200.

HSL color Cylindrical-coordinate representation of color #C0C33A: hue angle of 61.31º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C33A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 58 -
CMYK 0.02 0 0.70 0.24
HSL 61.31º 0.54% 0.5% -
HSV(B) 61.31º 0.7% 0.76% -
XYZ 42.02 50.54 11.54 -
YUV 178.49 60.01 137.64 -
System Red Green Blue C M Y K H S L
Decimal 192 195 58 0.02 0 0.70 0.24 61.31 0.54 0.5
Hex C0 C3 3A 2 0 46 18 3D 36 32
Octal 300 303 72 2 0 106 30 75 66 62
Binary 11000000 11000011 111010 10 0 1000110 11000 111101 110110 110010

Color Harmonies of #C0C33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C33A

Black with #C0C33A

Text Example


Text Example

White with #C0C33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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