Html Css Color HEX #B3D421 Rio Grande

📋 copy color: '#B3D421'

red 179 ◦ green 212 ◦ blue 33

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

Shades of Rio Grande #B3D421

Tints of Rio Grande #B3D421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50%

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

R = 42.22%
G = 50%
B = 7.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#B3D421 (or 0xB3D421) is known color: Rio Grande. HEX triplet: B3, D4 and 21. RGB value is (179,212,33). Sum of RGB (Red+Green+Blue) = 179+212+33=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D421 is #4C2BDE. Grayscale: #B6B6B6. Windows color (decimal): -4991967 or 2217139. OLE color: 2217139.

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

Color convert

RGB 179 212 33 -
CMYK 0.16 0 0.84 0.17
HSL 71.06º 0.73% 0.48% -
HSV(B) 71.06º 0.84% 0.83% -
XYZ 42.41 56.78 10.16 -
YUV 181.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 179 212 33 0.16 0 0.84 0.17 71.06 0.73 0.48
Hex B3 D4 21 10 0 54 11 47 49 30
Octal 263 324 41 20 0 124 21 107 111 60
Binary 10110011 11010100 100001 10000 0 1010100 10001 1000111 1001001 110000

Color Harmonies of #B3D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D421

Black with #B3D421

Text Example


Text Example

White with #B3D421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D421; }

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

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

background-color css

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

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

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

border-color css

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

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

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