Html Css Color HEX #C0D31A Rio Grande

📋 copy color: '#C0D31A'

red 192 ◦ green 211 ◦ blue 26

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

Shades of Rio Grande #C0D31A

Tints of Rio Grande #C0D31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

 BLUE value IS 26 (10.55% from 255) = 6.06%

R = 44.76%
G = 49.18%
B = 6.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#C0D31A (or 0xC0D31A) is known color: Rio Grande. HEX triplet: C0, D3 and 1A. RGB value is (192,211,26). Sum of RGB (Red+Green+Blue) = 192+211+26=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D31A is #3F2CE5. Grayscale: #B8B8B8. Windows color (decimal): -4140262 or 1758144. OLE color: 1758144.

HSL color Cylindrical-coordinate representation of color #C0D31A: hue angle of 66.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0D31A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 211 26 -
CMYK 0.09 0 0.88 0.17
HSL 66.16º 0.78% 0.46% -
HSV(B) 66.16º 0.88% 0.83% -
XYZ 45.22 57.87 9.76 -
YUV 184.23 38.71 133.54 -
System Red Green Blue C M Y K H S L
Decimal 192 211 26 0.09 0 0.88 0.17 66.16 0.78 0.46
Hex C0 D3 1A 9 0 58 11 42 4E 2E
Octal 300 323 32 11 0 130 21 102 116 56
Binary 11000000 11010011 11010 1001 0 1011000 10001 1000010 1001110 101110

Color Harmonies of #C0D31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D31A

Black with #C0D31A

Text Example


Text Example

White with #C0D31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D31A; }

 p { color: rgb(192,211,26); }

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

background-color css

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

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

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

border-color css

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

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

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