Html Css Color HEX #B6D830 Fuego

📋 copy color: '#B6D830'

red 182 ◦ green 216 ◦ blue 48

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

Shades of Fuego #B6D830

Tints of Fuego #B6D830

RGB

 RED value IS 182 (71.48% from 255) = 40.81%

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

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

R = 40.81%
G = 48.43%
B = 10.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B6D830 (or 0xB6D830) is known color: Fuego. HEX triplet: B6, D8 and 30. RGB value is (182,216,48). Sum of RGB (Red+Green+Blue) = 182+216+48=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D830 is #4927CF. Grayscale: #BBBBBB. Windows color (decimal): -4794320 or 3201206. OLE color: 3201206.

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

Color convert

RGB 182 216 48 -
CMYK 0.16 0 0.78 0.15
HSL 72.14º 0.68% 0.52% -
HSV(B) 72.14º 0.78% 0.85% -
XYZ 44.38 59.27 11.9 -
YUV 186.68 49.74 124.66 -
System Red Green Blue C M Y K H S L
Decimal 182 216 48 0.16 0 0.78 0.15 72.14 0.68 0.52
Hex B6 D8 30 10 0 4E F 48 44 34
Octal 266 330 60 20 0 116 17 110 104 64
Binary 10110110 11011000 110000 10000 0 1001110 1111 1001000 1000100 110100

Color Harmonies of #B6D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D830

Black with #B6D830

Text Example


Text Example

White with #B6D830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D830; }

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

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

background-color css

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

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

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

border-color css

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

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

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