Html Css Color HEX #B0D11B Rio Grande

📋 copy color: '#B0D11B'

red 176 ◦ green 209 ◦ blue 27

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

Shades of Rio Grande #B0D11B

Tints of Rio Grande #B0D11B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.73%

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

R = 42.72%
G = 50.73%
B = 6.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#B0D11B (or 0xB0D11B) is known color: Rio Grande. HEX triplet: B0, D1 and 1B. RGB value is (176,209,27). Sum of RGB (Red+Green+Blue) = 176+209+27=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D11B is #4F2EE4. Grayscale: #B3B3B3. Windows color (decimal): -5189349 or 1823152. OLE color: 1823152.

HSL color Cylindrical-coordinate representation of color #B0D11B: hue angle of 70.88º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0D11B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 27 -
CMYK 0.16 0 0.87 0.18
HSL 70.88º 0.77% 0.46% -
HSV(B) 70.88º 0.87% 0.82% -
XYZ 40.9 54.91 9.48 -
YUV 178.39 42.57 126.3 -
System Red Green Blue C M Y K H S L
Decimal 176 209 27 0.16 0 0.87 0.18 70.88 0.77 0.46
Hex B0 D1 1B 10 0 57 12 47 4D 2E
Octal 260 321 33 20 0 127 22 107 115 56
Binary 10110000 11010001 11011 10000 0 1010111 10010 1000111 1001101 101110

Color Harmonies of #B0D11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D11B

Black with #B0D11B

Text Example


Text Example

White with #B0D11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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