Html Css Color HEX #C8D913 Rio Grande

📋 copy color: '#C8D913'

red 200 ◦ green 217 ◦ blue 19

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

Shades of Rio Grande #C8D913

Tints of Rio Grande #C8D913

RGB

 RED value IS 200 (78.52% from 255) = 45.87%

 GREEN value IS 217 (85.16% from 255) = 49.77%

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 45.87%
G = 49.77%
B = 4.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#C8D913 (or 0xC8D913) is known color: Rio Grande. HEX triplet: C8, D9 and 13. RGB value is (200,217,19). Sum of RGB (Red+Green+Blue) = 200+217+19=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D913 is #3726EC. Grayscale: #BEBEBE. Windows color (decimal): -3614445 or 1300936. OLE color: 1300936.

HSL color Cylindrical-coordinate representation of color #C8D913: hue angle of 65.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8D913 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 217 19 -
CMYK 0.08 0 0.91 0.15
HSL 65.15º 0.84% 0.46% -
HSV(B) 65.15º 0.91% 0.85% -
XYZ 48.75 61.95 10 -
YUV 189.35 31.87 135.6 -
System Red Green Blue C M Y K H S L
Decimal 200 217 19 0.08 0 0.91 0.15 65.15 0.84 0.46
Hex C8 D9 13 8 0 5B F 41 54 2E
Octal 310 331 23 10 0 133 17 101 124 56
Binary 11001000 11011001 10011 1000 0 1011011 1111 1000001 1010100 101110

Color Harmonies of #C8D913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D913

Black with #C8D913

Text Example


Text Example

White with #C8D913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D913; }

 p { color: rgb(200,217,19); }

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

background-color css

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

 a { background-color: rgb(200,217,19); }

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

border-color css

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

 span { border-color: rgb(200,217,19); }

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