Html Css Color HEX #C0C428 Rio Grande

📋 copy color: '#C0C428'

red 192 ◦ green 196 ◦ blue 40

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

Shades of Rio Grande #C0C428

Tints of Rio Grande #C0C428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.79%

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

R = 44.86%
G = 45.79%
B = 9.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C0C428 (or 0xC0C428) is known color: Rio Grande. HEX triplet: C0, C4 and 28. RGB value is (192,196,40). Sum of RGB (Red+Green+Blue) = 192+196+40=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C428 is #3F3BD7. Grayscale: #B1B1B1. Windows color (decimal): -4144088 or 2671808. OLE color: 2671808.

HSL color Cylindrical-coordinate representation of color #C0C428: hue angle of 61.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0C428 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 196 40 -
CMYK 0.02 0 0.80 0.23
HSL 61.54º 0.66% 0.46% -
HSV(B) 61.54º 0.8% 0.77% -
XYZ 41.86 50.84 9.61 -
YUV 177.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 192 196 40 0.02 0 0.80 0.23 61.54 0.66 0.46
Hex C0 C4 28 2 0 50 17 3E 42 2E
Octal 300 304 50 2 0 120 27 76 102 56
Binary 11000000 11000100 101000 10 0 1010000 10111 111110 1000010 101110

Color Harmonies of #C0C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C428

Black with #C0C428

Text Example


Text Example

White with #C0C428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C428; }

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

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

background-color css

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

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

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

border-color css

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

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

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