Html Css Color HEX #B4D116 Rio Grande

📋 copy color: '#B4D116'

red 180 ◦ green 209 ◦ blue 22

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

Shades of Rio Grande #B4D116

Tints of Rio Grande #B4D116

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

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

 BLUE value IS 22 (8.98% from 255) = 5.35%

R = 43.8%
G = 50.85%
B = 5.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#B4D116 (or 0xB4D116) is known color: Rio Grande. HEX triplet: B4, D1 and 16. RGB value is (180,209,22). Sum of RGB (Red+Green+Blue) = 180+209+22=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D116 is #4B2EE9. Grayscale: #B3B3B3. Windows color (decimal): -4927210 or 1495476. OLE color: 1495476.

HSL color Cylindrical-coordinate representation of color #B4D116: hue angle of 69.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4D116 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 209 22 -
CMYK 0.14 0 0.89 0.18
HSL 69.3º 0.81% 0.45% -
HSV(B) 69.3º 0.89% 0.82% -
XYZ 41.77 55.36 9.24 -
YUV 179.01 39.39 128.71 -
System Red Green Blue C M Y K H S L
Decimal 180 209 22 0.14 0 0.89 0.18 69.3 0.81 0.45
Hex B4 D1 16 E 0 59 12 45 51 2D
Octal 264 321 26 16 0 131 22 105 121 55
Binary 10110100 11010001 10110 1110 0 1011001 10010 1000101 1010001 101101

Color Harmonies of #B4D116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D116

Black with #B4D116

Text Example


Text Example

White with #B4D116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D116; }

 p { color: rgb(180,209,22); }

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

background-color css

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

 a { background-color: rgb(180,209,22); }

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

border-color css

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

 span { border-color: rgb(180,209,22); }

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