Html Css Color HEX #B3D521 Rio Grande

📋 copy color: '#B3D521'

red 179 ◦ green 213 ◦ blue 33

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

Shades of Rio Grande #B3D521

Tints of Rio Grande #B3D521

RGB

 RED value IS 179 (70.31% from 255) = 42.12%

 GREEN value IS 213 (83.59% from 255) = 50.12%

 BLUE value IS 33 (13.28% from 255) = 7.76%

R = 42.12%
G = 50.12%
B = 7.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#B3D521 (or 0xB3D521) is known color: Rio Grande. HEX triplet: B3, D5 and 21. RGB value is (179,213,33). Sum of RGB (Red+Green+Blue) = 179+213+33=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D521 is #4C2ADE. Grayscale: #B6B6B6. Windows color (decimal): -4991711 or 2217395. OLE color: 2217395.

HSL color Cylindrical-coordinate representation of color #B3D521: hue angle of 71.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3D521 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 213 33 -
CMYK 0.16 0 0.85 0.16
HSL 71.33º 0.73% 0.48% -
HSV(B) 71.33º 0.85% 0.84% -
XYZ 42.66 57.28 10.25 -
YUV 182.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 179 213 33 0.16 0 0.85 0.16 71.33 0.73 0.48
Hex B3 D5 21 10 0 55 10 47 49 30
Octal 263 325 41 20 0 125 20 107 111 60
Binary 10110011 11010101 100001 10000 0 1010101 10000 1000111 1001001 110000

Color Harmonies of #B3D521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D521

Black with #B3D521

Text Example


Text Example

White with #B3D521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D521; }

 p { color: rgb(179,213,33); }

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

background-color css

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

 a { background-color: rgb(179,213,33); }

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

border-color css

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

 span { border-color: rgb(179,213,33); }

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