Html Css Color HEX #B1D23B Fuego

📋 copy color: '#B1D23B'

red 177 ◦ green 210 ◦ blue 59

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

Shades of Fuego #B1D23B

Tints of Fuego #B1D23B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.09%

 BLUE value IS 59 (23.44% from 255) = 13.23%

R = 39.69%
G = 47.09%
B = 13.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#B1D23B (or 0xB1D23B) is known color: Fuego. HEX triplet: B1, D2 and 3B. RGB value is (177,210,59). Sum of RGB (Red+Green+Blue) = 177+210+59=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D23B is #4E2DC4. Grayscale: #B7B7B7. Windows color (decimal): -5123525 or 3920561. OLE color: 3920561.

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

Color convert

RGB 177 210 59 -
CMYK 0.16 0 0.72 0.18
HSL 73.11º 0.63% 0.53% -
HSV(B) 73.11º 0.72% 0.82% -
XYZ 41.97 55.76 12.69 -
YUV 182.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 177 210 59 0.16 0 0.72 0.18 73.11 0.63 0.53
Hex B1 D2 3B 10 0 48 12 49 3F 35
Octal 261 322 73 20 0 110 22 111 77 65
Binary 10110001 11010010 111011 10000 0 1001000 10010 1001001 111111 110101

Color Harmonies of #B1D23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D23B

Black with #B1D23B

Text Example


Text Example

White with #B1D23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D23B; }

 p { color: rgb(177,210,59); }

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

background-color css

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

 a { background-color: rgb(177,210,59); }

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

border-color css

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

 span { border-color: rgb(177,210,59); }

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