Html Css Color HEX #B2D926 Fuego

📋 copy color: '#B2D926'

red 178 ◦ green 217 ◦ blue 38

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

Shades of Fuego #B2D926

Tints of Fuego #B2D926

RGB

 RED value IS 178 (69.92% from 255) = 41.11%

 GREEN value IS 217 (85.16% from 255) = 50.12%

 BLUE value IS 38 (15.23% from 255) = 8.78%

R = 41.11%
G = 50.12%
B = 8.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#B2D926 (or 0xB2D926) is known color: Fuego. HEX triplet: B2, D9 and 26. RGB value is (178,217,38). Sum of RGB (Red+Green+Blue) = 178+217+38=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D926 is #4D26D9. Grayscale: #B9B9B9. Windows color (decimal): -5056218 or 2546098. OLE color: 2546098.

HSL color Cylindrical-coordinate representation of color #B2D926: hue angle of 73.07º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2D926 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 38 -
CMYK 0.18 0 0.82 0.15
HSL 73.07º 0.7% 0.5% -
HSV(B) 73.07º 0.82% 0.85% -
XYZ 43.52 59.23 10.97 -
YUV 184.93 45.08 123.05 -
System Red Green Blue C M Y K H S L
Decimal 178 217 38 0.18 0 0.82 0.15 73.07 0.7 0.5
Hex B2 D9 26 12 0 52 F 49 46 32
Octal 262 331 46 22 0 122 17 111 106 62
Binary 10110010 11011001 100110 10010 0 1010010 1111 1001001 1000110 110010

Color Harmonies of #B2D926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D926

Black with #B2D926

Text Example


Text Example

White with #B2D926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D926; }

 p { color: rgb(178,217,38); }

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

background-color css

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

 a { background-color: rgb(178,217,38); }

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

border-color css

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

 span { border-color: rgb(178,217,38); }

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