Html Css Color HEX #B5D92A Fuego

📋 copy color: '#B5D92A'

red 181 ◦ green 217 ◦ blue 42

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

Shades of Fuego #B5D92A

Tints of Fuego #B5D92A

RGB

 RED value IS 181 (71.09% from 255) = 41.14%

 GREEN value IS 217 (85.16% from 255) = 49.32%

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

R = 41.14%
G = 49.32%
B = 9.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#B5D92A (or 0xB5D92A) is known color: Fuego. HEX triplet: B5, D9 and 2A. RGB value is (181,217,42). Sum of RGB (Red+Green+Blue) = 181+217+42=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D92A is #4A26D5. Grayscale: #BABABA. Windows color (decimal): -4859606 or 2808245. OLE color: 2808245.

HSL color Cylindrical-coordinate representation of color #B5D92A: hue angle of 72.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5D92A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 217 42 -
CMYK 0.17 0 0.81 0.15
HSL 72.34º 0.7% 0.51% -
HSV(B) 72.34º 0.81% 0.85% -
XYZ 44.29 59.62 11.36 -
YUV 186.29 46.57 124.23 -
System Red Green Blue C M Y K H S L
Decimal 181 217 42 0.17 0 0.81 0.15 72.34 0.7 0.51
Hex B5 D9 2A 11 0 51 F 48 46 33
Octal 265 331 52 21 0 121 17 110 106 63
Binary 10110101 11011001 101010 10001 0 1010001 1111 1001000 1000110 110011

Color Harmonies of #B5D92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D92A

Black with #B5D92A

Text Example


Text Example

White with #B5D92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D92A; }

 p { color: rgb(181,217,42); }

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

background-color css

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

 a { background-color: rgb(181,217,42); }

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

border-color css

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

 span { border-color: rgb(181,217,42); }

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