Html Css Color HEX #B4D92A Fuego

📋 copy color: '#B4D92A'

red 180 ◦ green 217 ◦ blue 42

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

Shades of Fuego #B4D92A

Tints of Fuego #B4D92A

RGB

 RED value IS 180 (70.7% from 255) = 41%

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

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

R = 41%
G = 49.43%
B = 9.57%

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

#B4D92A (or 0xB4D92A) is known color: Fuego. HEX triplet: B4, D9 and 2A. RGB value is (180,217,42). Sum of RGB (Red+Green+Blue) = 180+217+42=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D92A is #4B26D5. Grayscale: #BABABA. Windows color (decimal): -4925142 or 2808244. OLE color: 2808244.

HSL color Cylindrical-coordinate representation of color #B4D92A: hue angle of 72.69º 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 #B4D92A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 217 42 -
CMYK 0.17 0 0.81 0.15
HSL 72.69º 0.7% 0.51% -
HSV(B) 72.69º 0.81% 0.85% -
XYZ 44.05 59.5 11.35 -
YUV 185.99 46.74 123.73 -
System Red Green Blue C M Y K H S L
Decimal 180 217 42 0.17 0 0.81 0.15 72.69 0.7 0.51
Hex B4 D9 2A 11 0 51 F 49 46 33
Octal 264 331 52 21 0 121 17 111 106 63
Binary 10110100 11011001 101010 10001 0 1010001 1111 1001001 1000110 110011

Color Harmonies of #B4D92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D92A

Black with #B4D92A

Text Example


Text Example

White with #B4D92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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