Html Css Color HEX #B2D231 Fuego

📋 copy color: '#B2D231'

red 178 ◦ green 210 ◦ blue 49

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

Shades of Fuego #B2D231

Tints of Fuego #B2D231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.05%

 BLUE value IS 49 (19.53% from 255) = 11.21%

R = 40.73%
G = 48.05%
B = 11.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#B2D231 (or 0xB2D231) is known color: Fuego. HEX triplet: B2, D2 and 31. RGB value is (178,210,49). Sum of RGB (Red+Green+Blue) = 178+210+49=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D231 is #4D2DCE. Grayscale: #B6B6B6. Windows color (decimal): -5057999 or 3265202. OLE color: 3265202.

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

Color convert

RGB 178 210 49 -
CMYK 0.15 0 0.77 0.18
HSL 71.93º 0.64% 0.51% -
HSV(B) 71.93º 0.77% 0.82% -
XYZ 41.96 55.78 11.46 -
YUV 182.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 178 210 49 0.15 0 0.77 0.18 71.93 0.64 0.51
Hex B2 D2 31 F 0 4D 12 48 40 33
Octal 262 322 61 17 0 115 22 110 100 63
Binary 10110010 11010010 110001 1111 0 1001101 10010 1001000 1000000 110011

Color Harmonies of #B2D231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D231

Black with #B2D231

Text Example


Text Example

White with #B2D231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D231; }

 p { color: rgb(178,210,49); }

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

background-color css

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

 a { background-color: rgb(178,210,49); }

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

border-color css

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

 span { border-color: rgb(178,210,49); }

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