Html Css Color HEX #B6D30E Rio Grande

📋 copy color: '#B6D30E'

red 182 ◦ green 211 ◦ blue 14

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

Shades of Rio Grande #B6D30E

Tints of Rio Grande #B6D30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 44.72%
G = 51.84%
B = 3.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#B6D30E (or 0xB6D30E) is known color: Rio Grande. HEX triplet: B6, D3 and 0E. RGB value is (182,211,14). Sum of RGB (Red+Green+Blue) = 182+211+14=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D30E is #492CF1. Grayscale: #B4B4B4. Windows color (decimal): -4795634 or 971702. OLE color: 971702.

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

Color convert

RGB 182 211 14 -
CMYK 0.14 0 0.93 0.17
HSL 68.83º 0.88% 0.44% -
HSV(B) 68.83º 0.93% 0.83% -
XYZ 42.66 56.57 9.08 -
YUV 179.87 34.39 129.52 -
System Red Green Blue C M Y K H S L
Decimal 182 211 14 0.14 0 0.93 0.17 68.83 0.88 0.44
Hex B6 D3 E E 0 5D 11 45 58 2C
Octal 266 323 16 16 0 135 21 105 130 54
Binary 10110110 11010011 1110 1110 0 1011101 10001 1000101 1011000 101100

Color Harmonies of #B6D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D30E

Black with #B6D30E

Text Example


Text Example

White with #B6D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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