Html Css Color HEX #B2D538 Fuego

📋 copy color: '#B2D538'

red 178 ◦ green 213 ◦ blue 56

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

Shades of Fuego #B2D538

Tints of Fuego #B2D538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.65%

 BLUE value IS 56 (22.27% from 255) = 12.53%

R = 39.82%
G = 47.65%
B = 12.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#B2D538 (or 0xB2D538) is known color: Fuego. HEX triplet: B2, D5 and 38. RGB value is (178,213,56). Sum of RGB (Red+Green+Blue) = 178+213+56=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D538 is #4D2AC7. Grayscale: #B9B9B9. Windows color (decimal): -5057224 or 3724722. OLE color: 3724722.

HSL color Cylindrical-coordinate representation of color #B2D538: hue angle of 73.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2D538 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 56 -
CMYK 0.16 0 0.74 0.16
HSL 73.38º 0.65% 0.53% -
HSV(B) 73.38º 0.74% 0.84% -
XYZ 42.87 57.34 12.55 -
YUV 184.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 178 213 56 0.16 0 0.74 0.16 73.38 0.65 0.53
Hex B2 D5 38 10 0 4A 10 49 41 35
Octal 262 325 70 20 0 112 20 111 101 65
Binary 10110010 11010101 111000 10000 0 1001010 10000 1001001 1000001 110101

Color Harmonies of #B2D538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D538

Black with #B2D538

Text Example


Text Example

White with #B2D538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D538; }

 p { color: rgb(178,213,56); }

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

background-color css

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

 a { background-color: rgb(178,213,56); }

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

border-color css

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

 span { border-color: rgb(178,213,56); }

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