Html Css Color HEX #C6D31B Rio Grande

📋 copy color: '#C6D31B'

red 198 ◦ green 211 ◦ blue 27

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

Shades of Rio Grande #C6D31B

Tints of Rio Grande #C6D31B

RGB

 RED value IS 198 (77.73% from 255) = 45.41%

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

 BLUE value IS 27 (10.94% from 255) = 6.19%

R = 45.41%
G = 48.39%
B = 6.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#C6D31B (or 0xC6D31B) is known color: Rio Grande. HEX triplet: C6, D3 and 1B. RGB value is (198,211,27). Sum of RGB (Red+Green+Blue) = 198+211+27=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D31B is #392CE4. Grayscale: #BABABA. Windows color (decimal): -3747045 or 1823686. OLE color: 1823686.

HSL color Cylindrical-coordinate representation of color #C6D31B: hue angle of 64.24º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6D31B is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 211 27 -
CMYK 0.06 0 0.87 0.17
HSL 64.24º 0.77% 0.47% -
HSV(B) 64.24º 0.87% 0.83% -
XYZ 46.78 58.67 9.9 -
YUV 186.14 38.19 136.46 -
System Red Green Blue C M Y K H S L
Decimal 198 211 27 0.06 0 0.87 0.17 64.24 0.77 0.47
Hex C6 D3 1B 6 0 57 11 40 4D 2F
Octal 306 323 33 6 0 127 21 100 115 57
Binary 11000110 11010011 11011 110 0 1010111 10001 1000000 1001101 101111

Color Harmonies of #C6D31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D31B

Black with #C6D31B

Text Example


Text Example

White with #C6D31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D31B; }

 p { color: rgb(198,211,27); }

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

background-color css

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

 a { background-color: rgb(198,211,27); }

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

border-color css

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

 span { border-color: rgb(198,211,27); }

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