Html Css Color HEX #C4D312 Rio Grande

📋 copy color: '#C4D312'

red 196 ◦ green 211 ◦ blue 18

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

Shades of Rio Grande #C4D312

Tints of Rio Grande #C4D312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.24%

R = 46.12%
G = 49.65%
B = 4.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#C4D312 (or 0xC4D312) is known color: Rio Grande. HEX triplet: C4, D3 and 12. RGB value is (196,211,18). Sum of RGB (Red+Green+Blue) = 196+211+18=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D312 is #3B2CED. Grayscale: #B9B9B9. Windows color (decimal): -3878126 or 1233860. OLE color: 1233860.

HSL color Cylindrical-coordinate representation of color #C4D312: hue angle of 64.66º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4D312 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 18 -
CMYK 0.07 0 0.91 0.17
HSL 64.66º 0.84% 0.45% -
HSV(B) 64.66º 0.91% 0.83% -
XYZ 46.17 58.37 9.41 -
YUV 184.51 34.03 136.19 -
System Red Green Blue C M Y K H S L
Decimal 196 211 18 0.07 0 0.91 0.17 64.66 0.84 0.45
Hex C4 D3 12 7 0 5B 11 41 54 2D
Octal 304 323 22 7 0 133 21 101 124 55
Binary 11000100 11010011 10010 111 0 1011011 10001 1000001 1010100 101101

Color Harmonies of #C4D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D312

Black with #C4D312

Text Example


Text Example

White with #C4D312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D312; }

 p { color: rgb(196,211,18); }

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

background-color css

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

 a { background-color: rgb(196,211,18); }

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

border-color css

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

 span { border-color: rgb(196,211,18); }

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