Html Css Color HEX #C8D914 Rio Grande

📋 copy color: '#C8D914'

red 200 ◦ green 217 ◦ blue 20

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

Shades of Rio Grande #C8D914

Tints of Rio Grande #C8D914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.58%

R = 45.77%
G = 49.66%
B = 4.58%

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

#C8D914 (or 0xC8D914) is known color: Rio Grande. HEX triplet: C8, D9 and 14. RGB value is (200,217,20). Sum of RGB (Red+Green+Blue) = 200+217+20=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D914 is #3726EB. Grayscale: #BEBEBE. Windows color (decimal): -3614444 or 1366472. OLE color: 1366472.

HSL color Cylindrical-coordinate representation of color #C8D914: hue angle of 65.18º degrees, saturation: 0.83, 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 #C8D914 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 217 20 -
CMYK 0.08 0 0.91 0.15
HSL 65.18º 0.83% 0.46% -
HSV(B) 65.18º 0.91% 0.85% -
XYZ 48.76 61.96 10.05 -
YUV 189.46 32.37 135.52 -
System Red Green Blue C M Y K H S L
Decimal 200 217 20 0.08 0 0.91 0.15 65.18 0.83 0.46
Hex C8 D9 14 8 0 5B F 41 53 2E
Octal 310 331 24 10 0 133 17 101 123 56
Binary 11001000 11011001 10100 1000 0 1011011 1111 1000001 1010011 101110

Color Harmonies of #C8D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D914

Black with #C8D914

Text Example


Text Example

White with #C8D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D914; }

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

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

background-color css

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

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

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

border-color css

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

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

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