Html Css Color HEX #B9D830 Fuego

📋 copy color: '#B9D830'

red 185 ◦ green 216 ◦ blue 48

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

Shades of Fuego #B9D830

Tints of Fuego #B9D830

RGB

 RED value IS 185 (72.66% from 255) = 41.2%

 GREEN value IS 216 (84.77% from 255) = 48.11%

 BLUE value IS 48 (19.14% from 255) = 10.69%

R = 41.2%
G = 48.11%
B = 10.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B9D830 (or 0xB9D830) is known color: Fuego. HEX triplet: B9, D8 and 30. RGB value is (185,216,48). Sum of RGB (Red+Green+Blue) = 185+216+48=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D830 is #4627CF. Grayscale: #BCBCBC. Windows color (decimal): -4597712 or 3201209. OLE color: 3201209.

HSL color Cylindrical-coordinate representation of color #B9D830: hue angle of 71.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9D830 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 216 48 -
CMYK 0.14 0 0.78 0.15
HSL 71.07º 0.68% 0.52% -
HSV(B) 71.07º 0.78% 0.85% -
XYZ 45.1 59.64 11.93 -
YUV 187.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 185 216 48 0.14 0 0.78 0.15 71.07 0.68 0.52
Hex B9 D8 30 E 0 4E F 47 44 34
Octal 271 330 60 16 0 116 17 107 104 64
Binary 10111001 11011000 110000 1110 0 1001110 1111 1000111 1000100 110100

Color Harmonies of #B9D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D830

Black with #B9D830

Text Example


Text Example

White with #B9D830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D830; }

 p { color: rgb(185,216,48); }

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

background-color css

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

 a { background-color: rgb(185,216,48); }

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

border-color css

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

 span { border-color: rgb(185,216,48); }

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