Html Css Color HEX #B3D522 Rio Grande

📋 copy color: '#B3D522'

red 179 ◦ green 213 ◦ blue 34

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

Shades of Rio Grande #B3D522

Tints of Rio Grande #B3D522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.98%

R = 42.02%
G = 50%
B = 7.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#B3D522 (or 0xB3D522) is known color: Rio Grande. HEX triplet: B3, D5 and 22. RGB value is (179,213,34). Sum of RGB (Red+Green+Blue) = 179+213+34=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D522 is #4C2ADD. Grayscale: #B7B7B7. Windows color (decimal): -4991710 or 2282931. OLE color: 2282931.

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

Color convert

RGB 179 213 34 -
CMYK 0.16 0 0.84 0.16
HSL 71.4º 0.72% 0.48% -
HSV(B) 71.4º 0.84% 0.84% -
XYZ 42.67 57.29 10.32 -
YUV 182.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 179 213 34 0.16 0 0.84 0.16 71.4 0.72 0.48
Hex B3 D5 22 10 0 54 10 47 48 30
Octal 263 325 42 20 0 124 20 107 110 60
Binary 10110011 11010101 100010 10000 0 1010100 10000 1000111 1001000 110000

Color Harmonies of #B3D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D522

Black with #B3D522

Text Example


Text Example

White with #B3D522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D522; }

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

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

background-color css

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

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

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

border-color css

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

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

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