Html Css Color HEX #B1CE35 Fuego

📋 copy color: '#B1CE35'

red 177 ◦ green 206 ◦ blue 53

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

Shades of Fuego #B1CE35

Tints of Fuego #B1CE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.16%

R = 40.6%
G = 47.25%
B = 12.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#B1CE35 (or 0xB1CE35) is known color: Fuego. HEX triplet: B1, CE and 35. RGB value is (177,206,53). Sum of RGB (Red+Green+Blue) = 177+206+53=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE35 is #4E31CA. Grayscale: #B4B4B4. Windows color (decimal): -5124555 or 3526321. OLE color: 3526321.

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

Color convert

RGB 177 206 53 -
CMYK 0.14 0 0.74 0.19
HSL 71.37º 0.61% 0.51% -
HSV(B) 71.37º 0.74% 0.81% -
XYZ 40.85 53.75 11.59 -
YUV 179.89 56.39 125.94 -
System Red Green Blue C M Y K H S L
Decimal 177 206 53 0.14 0 0.74 0.19 71.37 0.61 0.51
Hex B1 CE 35 E 0 4A 13 47 3D 33
Octal 261 316 65 16 0 112 23 107 75 63
Binary 10110001 11001110 110101 1110 0 1001010 10011 1000111 111101 110011

Color Harmonies of #B1CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE35

Black with #B1CE35

Text Example


Text Example

White with #B1CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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