Html Css Color HEX #B0D830 Fuego

📋 copy color: '#B0D830'

red 176 ◦ green 216 ◦ blue 48

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

Shades of Fuego #B0D830

Tints of Fuego #B0D830

RGB

 RED value IS 176 (69.14% from 255) = 40%

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

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

R = 40%
G = 49.09%
B = 10.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B0D830 (or 0xB0D830) is known color: Fuego. HEX triplet: B0, D8 and 30. RGB value is (176,216,48). Sum of RGB (Red+Green+Blue) = 176+216+48=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D830 is #4F27CF. Grayscale: #B9B9B9. Windows color (decimal): -5187536 or 3201200. OLE color: 3201200.

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

Color convert

RGB 176 216 48 -
CMYK 0.19 0 0.78 0.15
HSL 74.29º 0.68% 0.52% -
HSV(B) 74.29º 0.78% 0.85% -
XYZ 42.99 58.56 11.83 -
YUV 184.89 50.75 121.66 -
System Red Green Blue C M Y K H S L
Decimal 176 216 48 0.19 0 0.78 0.15 74.29 0.68 0.52
Hex B0 D8 30 13 0 4E F 4A 44 34
Octal 260 330 60 23 0 116 17 112 104 64
Binary 10110000 11011000 110000 10011 0 1001110 1111 1001010 1000100 110100

Color Harmonies of #B0D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D830

Black with #B0D830

Text Example


Text Example

White with #B0D830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D830; }

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

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

background-color css

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

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

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

border-color css

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

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

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