Html Css Color HEX #C0C028 Rio Grande

📋 copy color: '#C0C028'

red 192 ◦ green 192 ◦ blue 40

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

Shades of Rio Grande #C0C028

Tints of Rio Grande #C0C028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.43%

R = 45.28%
G = 45.28%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0C028 (or 0xC0C028) is known color: Rio Grande. HEX triplet: C0, C0 and 28. RGB value is (192,192,40). Sum of RGB (Red+Green+Blue) = 192+192+40=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C028 is #3F3FD7. Grayscale: #AFAFAF. Windows color (decimal): -4145112 or 2670784. OLE color: 2670784.

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

Color convert

RGB 192 192 40 -
CMYK 0 0 0.79 0.25
HSL 60º 0.66% 0.45% -
HSV(B) 60º 0.79% 0.75% -
XYZ 40.97 49.06 9.32 -
YUV 174.67 52 140.36 -
System Red Green Blue C M Y K H S L
Decimal 192 192 40 0 0 0.79 0.25 60 0.66 0.45
Hex C0 C0 28 0 0 4F 19 3C 42 2D
Octal 300 300 50 0 0 117 31 74 102 55
Binary 11000000 11000000 101000 0 0 1001111 11001 111100 1000010 101101

Color Harmonies of #C0C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C028

Black with #C0C028

Text Example


Text Example

White with #C0C028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C028; }

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

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

background-color css

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

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

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

border-color css

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

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

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