Html Css Color HEX #B0D31B Rio Grande

📋 copy color: '#B0D31B'

red 176 ◦ green 211 ◦ blue 27

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

Shades of Rio Grande #B0D31B

Tints of Rio Grande #B0D31B

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

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

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

R = 42.51%
G = 50.97%
B = 6.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#B0D31B (or 0xB0D31B) is known color: Rio Grande. HEX triplet: B0, D3 and 1B. RGB value is (176,211,27). Sum of RGB (Red+Green+Blue) = 176+211+27=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D31B is #4F2CE4. Grayscale: #B4B4B4. Windows color (decimal): -5188837 or 1823664. OLE color: 1823664.

HSL color Cylindrical-coordinate representation of color #B0D31B: hue angle of 71.41º 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 #B0D31B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 211 27 -
CMYK 0.17 0 0.87 0.17
HSL 71.41º 0.77% 0.47% -
HSV(B) 71.41º 0.87% 0.83% -
XYZ 41.4 55.9 9.64 -
YUV 179.56 41.9 125.46 -
System Red Green Blue C M Y K H S L
Decimal 176 211 27 0.17 0 0.87 0.17 71.41 0.77 0.47
Hex B0 D3 1B 11 0 57 11 47 4D 2F
Octal 260 323 33 21 0 127 21 107 115 57
Binary 10110000 11010011 11011 10001 0 1010111 10001 1000111 1001101 101111

Color Harmonies of #B0D31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D31B

Black with #B0D31B

Text Example


Text Example

White with #B0D31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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