Html Css Color HEX #B9D730 Fuego

📋 copy color: '#B9D730'

red 185 ◦ green 215 ◦ blue 48

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

Shades of Fuego #B9D730

Tints of Fuego #B9D730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.99%

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

R = 41.29%
G = 47.99%
B = 10.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B9D730 (or 0xB9D730) is known color: Fuego. HEX triplet: B9, D7 and 30. RGB value is (185,215,48). Sum of RGB (Red+Green+Blue) = 185+215+48=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D730 is #4628CF. Grayscale: #BBBBBB. Windows color (decimal): -4597968 or 3200953. OLE color: 3200953.

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

Color convert

RGB 185 215 48 -
CMYK 0.14 0 0.78 0.16
HSL 70.78º 0.68% 0.52% -
HSV(B) 70.78º 0.78% 0.84% -
XYZ 44.84 59.13 11.85 -
YUV 186.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 185 215 48 0.14 0 0.78 0.16 70.78 0.68 0.52
Hex B9 D7 30 E 0 4E 10 47 44 34
Octal 271 327 60 16 0 116 20 107 104 64
Binary 10111001 11010111 110000 1110 0 1001110 10000 1000111 1000100 110100

Color Harmonies of #B9D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D730

Black with #B9D730

Text Example


Text Example

White with #B9D730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D730; }

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

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

background-color css

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

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

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

border-color css

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

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

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