Html Css Color HEX #B4D11D Rio Grande

📋 copy color: '#B4D11D'

red 180 ◦ green 209 ◦ blue 29

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

Shades of Rio Grande #B4D11D

Tints of Rio Grande #B4D11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.94%

R = 43.06%
G = 50%
B = 6.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#B4D11D (or 0xB4D11D) is known color: Rio Grande. HEX triplet: B4, D1 and 1D. RGB value is (180,209,29). Sum of RGB (Red+Green+Blue) = 180+209+29=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D11D is #4B2EE2. Grayscale: #B4B4B4. Windows color (decimal): -4927203 or 1954228. OLE color: 1954228.

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

Color convert

RGB 180 209 29 -
CMYK 0.14 0 0.86 0.18
HSL 69.67º 0.76% 0.47% -
HSV(B) 69.67º 0.86% 0.82% -
XYZ 41.84 55.39 9.65 -
YUV 179.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 180 209 29 0.14 0 0.86 0.18 69.67 0.76 0.47
Hex B4 D1 1D E 0 56 12 46 4C 2F
Octal 264 321 35 16 0 126 22 106 114 57
Binary 10110100 11010001 11101 1110 0 1010110 10010 1000110 1001100 101111

Color Harmonies of #B4D11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D11D

Black with #B4D11D

Text Example


Text Example

White with #B4D11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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