Html Css Color HEX #B8D31A Rio Grande

📋 copy color: '#B8D31A'

red 184 ◦ green 211 ◦ blue 26

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

Shades of Rio Grande #B8D31A

Tints of Rio Grande #B8D31A

RGB

 RED value IS 184 (72.27% from 255) = 43.71%

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

 BLUE value IS 26 (10.55% from 255) = 6.18%

R = 43.71%
G = 50.12%
B = 6.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#B8D31A (or 0xB8D31A) is known color: Rio Grande. HEX triplet: B8, D3 and 1A. RGB value is (184,211,26). Sum of RGB (Red+Green+Blue) = 184+211+26=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D31A is #472CE5. Grayscale: #B6B6B6. Windows color (decimal): -4664550 or 1758136. OLE color: 1758136.

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

Color convert

RGB 184 211 26 -
CMYK 0.13 0 0.88 0.17
HSL 68.76º 0.78% 0.46% -
HSV(B) 68.76º 0.88% 0.83% -
XYZ 43.25 56.85 9.67 -
YUV 181.84 40.05 129.54 -
System Red Green Blue C M Y K H S L
Decimal 184 211 26 0.13 0 0.88 0.17 68.76 0.78 0.46
Hex B8 D3 1A D 0 58 11 45 4E 2E
Octal 270 323 32 15 0 130 21 105 116 56
Binary 10111000 11010011 11010 1101 0 1011000 10001 1000101 1001110 101110

Color Harmonies of #B8D31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D31A

Black with #B8D31A

Text Example


Text Example

White with #B8D31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D31A; }

 p { color: rgb(184,211,26); }

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

background-color css

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

 a { background-color: rgb(184,211,26); }

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

border-color css

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

 span { border-color: rgb(184,211,26); }

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