Html Css Color HEX #B6D028 Fuego

📋 copy color: '#B6D028'

red 182 ◦ green 208 ◦ blue 40

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

Shades of Fuego #B6D028

Tints of Fuego #B6D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 42.33%
G = 48.37%
B = 9.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#B6D028 (or 0xB6D028) is known color: Fuego. HEX triplet: B6, D0 and 28. RGB value is (182,208,40). Sum of RGB (Red+Green+Blue) = 182+208+40=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D028 is #492FD7. Grayscale: #B5B5B5. Windows color (decimal): -4796376 or 2674870. OLE color: 2674870.

HSL color Cylindrical-coordinate representation of color #B6D028: hue angle of 69.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6D028 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 208 40 -
CMYK 0.12 0 0.81 0.18
HSL 69.29º 0.68% 0.49% -
HSV(B) 69.29º 0.81% 0.82% -
XYZ 42.23 55.21 10.44 -
YUV 181.07 48.39 128.66 -
System Red Green Blue C M Y K H S L
Decimal 182 208 40 0.12 0 0.81 0.18 69.29 0.68 0.49
Hex B6 D0 28 C 0 51 12 45 44 31
Octal 266 320 50 14 0 121 22 105 104 61
Binary 10110110 11010000 101000 1100 0 1010001 10010 1000101 1000100 110001

Color Harmonies of #B6D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D028

Black with #B6D028

Text Example


Text Example

White with #B6D028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D028; }

 p { color: rgb(182,208,40); }

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

background-color css

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

 a { background-color: rgb(182,208,40); }

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

border-color css

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

 span { border-color: rgb(182,208,40); }

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