Html Css Color HEX #B1CE32 Fuego

📋 copy color: '#B1CE32'

red 177 ◦ green 206 ◦ blue 50

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

Shades of Fuego #B1CE32

Tints of Fuego #B1CE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.58%

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 40.88%
G = 47.58%
B = 11.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#B1CE32 (or 0xB1CE32) is known color: Fuego. HEX triplet: B1, CE and 32. RGB value is (177,206,50). Sum of RGB (Red+Green+Blue) = 177+206+50=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE32 is #4E31CD. Grayscale: #B4B4B4. Windows color (decimal): -5124558 or 3329713. OLE color: 3329713.

HSL color Cylindrical-coordinate representation of color #B1CE32: hue angle of 71.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1CE32 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 50 -
CMYK 0.14 0 0.76 0.19
HSL 71.15º 0.61% 0.5% -
HSV(B) 71.15º 0.76% 0.81% -
XYZ 40.78 53.72 11.24 -
YUV 179.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 177 206 50 0.14 0 0.76 0.19 71.15 0.61 0.5
Hex B1 CE 32 E 0 4C 13 47 3D 32
Octal 261 316 62 16 0 114 23 107 75 62
Binary 10110001 11001110 110010 1110 0 1001100 10011 1000111 111101 110010

Color Harmonies of #B1CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE32

Black with #B1CE32

Text Example


Text Example

White with #B1CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE32; }

 p { color: rgb(177,206,50); }

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

background-color css

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

 a { background-color: rgb(177,206,50); }

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

border-color css

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

 span { border-color: rgb(177,206,50); }

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