Html Css Color HEX #C0C03F Celery

📋 copy color: '#C0C03F'

red 192 ◦ green 192 ◦ blue 63

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

Shades of Celery #C0C03F

Tints of Celery #C0C03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.09%

R = 42.95%
G = 42.95%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0C03F (or 0xC0C03F) is known color: Celery. HEX triplet: C0, C0 and 3F. RGB value is (192,192,63). Sum of RGB (Red+Green+Blue) = 192+192+63=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C03F is #3F3FC0. Grayscale: #B1B1B1. Windows color (decimal): -4145089 or 4178112. OLE color: 4178112.

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

Color convert

RGB 192 192 63 -
CMYK 0 0 0.67 0.25
HSL 60º 0.51% 0.5% -
HSV(B) 60º 0.67% 0.75% -
XYZ 41.49 49.26 12.03 -
YUV 177.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 192 192 63 0 0 0.67 0.25 60 0.51 0.5
Hex C0 C0 3F 0 0 43 19 3C 33 32
Octal 300 300 77 0 0 103 31 74 63 62
Binary 11000000 11000000 111111 0 0 1000011 11001 111100 110011 110010

Color Harmonies of #C0C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C03F

Black with #C0C03F

Text Example


Text Example

White with #C0C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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