Html Css Color HEX #C2D51A Rio Grande

📋 copy color: '#C2D51A'

red 194 ◦ green 213 ◦ blue 26

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

Shades of Rio Grande #C2D51A

Tints of Rio Grande #C2D51A

RGB

 RED value IS 194 (76.17% from 255) = 44.8%

 GREEN value IS 213 (83.59% from 255) = 49.19%

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

R = 44.8%
G = 49.19%
B = 6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#C2D51A (or 0xC2D51A) is known color: Rio Grande. HEX triplet: C2, D5 and 1A. RGB value is (194,213,26). Sum of RGB (Red+Green+Blue) = 194+213+26=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D51A is #3D2AE5. Grayscale: #BABABA. Windows color (decimal): -4008678 or 1758658. OLE color: 1758658.

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

Color convert

RGB 194 213 26 -
CMYK 0.09 0 0.88 0.16
HSL 66.1º 0.78% 0.47% -
HSV(B) 66.1º 0.88% 0.84% -
XYZ 46.23 59.13 9.95 -
YUV 186 37.71 133.71 -
System Red Green Blue C M Y K H S L
Decimal 194 213 26 0.09 0 0.88 0.16 66.1 0.78 0.47
Hex C2 D5 1A 9 0 58 10 42 4E 2F
Octal 302 325 32 11 0 130 20 102 116 57
Binary 11000010 11010101 11010 1001 0 1011000 10000 1000010 1001110 101111

Color Harmonies of #C2D51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D51A

Black with #C2D51A

Text Example


Text Example

White with #C2D51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D51A; }

 p { color: rgb(194,213,26); }

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

background-color css

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

 a { background-color: rgb(194,213,26); }

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

border-color css

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

 span { border-color: rgb(194,213,26); }

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