Html Css Color HEX #B1D32A Fuego

📋 copy color: '#B1D32A'

red 177 ◦ green 211 ◦ blue 42

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

Shades of Fuego #B1D32A

Tints of Fuego #B1D32A

RGB

 RED value IS 177 (69.53% from 255) = 41.16%

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

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 41.16%
G = 49.07%
B = 9.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#B1D32A (or 0xB1D32A) is known color: Fuego. HEX triplet: B1, D3 and 2A. RGB value is (177,211,42). Sum of RGB (Red+Green+Blue) = 177+211+42=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D32A is #4E2CD5. Grayscale: #B6B6B6. Windows color (decimal): -5123286 or 2806705. OLE color: 2806705.

HSL color Cylindrical-coordinate representation of color #B1D32A: hue angle of 72.07º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1D32A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 211 42 -
CMYK 0.16 0 0.80 0.17
HSL 72.07º 0.67% 0.5% -
HSV(B) 72.07º 0.8% 0.83% -
XYZ 41.84 56.1 10.81 -
YUV 181.57 49.24 124.74 -
System Red Green Blue C M Y K H S L
Decimal 177 211 42 0.16 0 0.80 0.17 72.07 0.67 0.5
Hex B1 D3 2A 10 0 50 11 48 43 32
Octal 261 323 52 20 0 120 21 110 103 62
Binary 10110001 11010011 101010 10000 0 1010000 10001 1001000 1000011 110010

Color Harmonies of #B1D32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D32A

Black with #B1D32A

Text Example


Text Example

White with #B1D32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D32A; }

 p { color: rgb(177,211,42); }

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

background-color css

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

 a { background-color: rgb(177,211,42); }

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

border-color css

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

 span { border-color: rgb(177,211,42); }

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