Html Css Color HEX #B6D310 Rio Grande

📋 copy color: '#B6D310'

red 182 ◦ green 211 ◦ blue 16

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

Shades of Rio Grande #B6D310

Tints of Rio Grande #B6D310

RGB

 RED value IS 182 (71.48% from 255) = 44.5%

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

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 44.5%
G = 51.59%
B = 3.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#B6D310 (or 0xB6D310) is known color: Rio Grande. HEX triplet: B6, D3 and 10. RGB value is (182,211,16). Sum of RGB (Red+Green+Blue) = 182+211+16=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D310 is #492CEF. Grayscale: #B4B4B4. Windows color (decimal): -4795632 or 1102774. OLE color: 1102774.

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

Color convert

RGB 182 211 16 -
CMYK 0.14 0 0.92 0.17
HSL 68.92º 0.86% 0.45% -
HSV(B) 68.92º 0.92% 0.83% -
XYZ 42.68 56.57 9.16 -
YUV 180.1 35.39 129.36 -
System Red Green Blue C M Y K H S L
Decimal 182 211 16 0.14 0 0.92 0.17 68.92 0.86 0.45
Hex B6 D3 10 E 0 5C 11 45 56 2D
Octal 266 323 20 16 0 134 21 105 126 55
Binary 10110110 11010011 10000 1110 0 1011100 10001 1000101 1010110 101101

Color Harmonies of #B6D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D310

Black with #B6D310

Text Example


Text Example

White with #B6D310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D310; }

 p { color: rgb(182,211,16); }

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

background-color css

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

 a { background-color: rgb(182,211,16); }

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

border-color css

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

 span { border-color: rgb(182,211,16); }

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