Html Css Color HEX #C4D51A Rio Grande

📋 copy color: '#C4D51A'

red 196 ◦ green 213 ◦ blue 26

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

Shades of Rio Grande #C4D51A

Tints of Rio Grande #C4D51A

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

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

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

R = 45.06%
G = 48.97%
B = 5.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#C4D51A (or 0xC4D51A) is known color: Rio Grande. HEX triplet: C4, D5 and 1A. RGB value is (196,213,26). Sum of RGB (Red+Green+Blue) = 196+213+26=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D51A is #3B2AE5. Grayscale: #BBBBBB. Windows color (decimal): -3877606 or 1758660. OLE color: 1758660.

HSL color Cylindrical-coordinate representation of color #C4D51A: hue angle of 65.45º 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 #C4D51A is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 213 26 -
CMYK 0.08 0 0.88 0.16
HSL 65.45º 0.78% 0.47% -
HSV(B) 65.45º 0.88% 0.84% -
XYZ 46.75 59.4 9.98 -
YUV 186.6 37.37 134.71 -
System Red Green Blue C M Y K H S L
Decimal 196 213 26 0.08 0 0.88 0.16 65.45 0.78 0.47
Hex C4 D5 1A 8 0 58 10 41 4E 2F
Octal 304 325 32 10 0 130 20 101 116 57
Binary 11000100 11010101 11010 1000 0 1011000 10000 1000001 1001110 101111

Color Harmonies of #C4D51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D51A

Black with #C4D51A

Text Example


Text Example

White with #C4D51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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