Html Css Color HEX #B1CD2E Fuego

📋 copy color: '#B1CD2E'

red 177 ◦ green 205 ◦ blue 46

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

Shades of Fuego #B1CD2E

Tints of Fuego #B1CD2E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.9%

 BLUE value IS 46 (18.36% from 255) = 10.75%

R = 41.36%
G = 47.9%
B = 10.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#B1CD2E (or 0xB1CD2E) is known color: Fuego. HEX triplet: B1, CD and 2E. RGB value is (177,205,46). Sum of RGB (Red+Green+Blue) = 177+205+46=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CD2E is #4E32D1. Grayscale: #B3B3B3. Windows color (decimal): -5124818 or 3067313. OLE color: 3067313.

HSL color Cylindrical-coordinate representation of color #B1CD2E: hue angle of 70.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1CD2E is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 205 46 -
CMYK 0.14 0 0.78 0.20
HSL 70.57º 0.63% 0.49% -
HSV(B) 70.57º 0.78% 0.8% -
XYZ 40.46 53.21 10.72 -
YUV 178.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 177 205 46 0.14 0 0.78 0.20 70.57 0.63 0.49
Hex B1 CD 2E E 0 4E 14 47 3F 31
Octal 261 315 56 16 0 116 24 107 77 61
Binary 10110001 11001101 101110 1110 0 1001110 10100 1000111 111111 110001

Color Harmonies of #B1CD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD2E

Black with #B1CD2E

Text Example


Text Example

White with #B1CD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD2E; }

 p { color: rgb(177,205,46); }

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

background-color css

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

 a { background-color: rgb(177,205,46); }

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

border-color css

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

 span { border-color: rgb(177,205,46); }

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