Html Css Color HEX #B2D52B Fuego

📋 copy color: '#B2D52B'

red 178 ◦ green 213 ◦ blue 43

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

Shades of Fuego #B2D52B

Tints of Fuego #B2D52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 41.01%
G = 49.08%
B = 9.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#B2D52B (or 0xB2D52B) is known color: Fuego. HEX triplet: B2, D5 and 2B. RGB value is (178,213,43). Sum of RGB (Red+Green+Blue) = 178+213+43=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D52B is #4D2AD4. Grayscale: #B7B7B7. Windows color (decimal): -5057237 or 2872754. OLE color: 2872754.

HSL color Cylindrical-coordinate representation of color #B2D52B: hue angle of 72.35º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2D52B is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 43 -
CMYK 0.16 0 0.80 0.16
HSL 72.35º 0.67% 0.5% -
HSV(B) 72.35º 0.8% 0.84% -
XYZ 42.59 57.23 11.09 -
YUV 183.16 48.9 124.32 -
System Red Green Blue C M Y K H S L
Decimal 178 213 43 0.16 0 0.80 0.16 72.35 0.67 0.5
Hex B2 D5 2B 10 0 50 10 48 43 32
Octal 262 325 53 20 0 120 20 110 103 62
Binary 10110010 11010101 101011 10000 0 1010000 10000 1001000 1000011 110010

Color Harmonies of #B2D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D52B

Black with #B2D52B

Text Example


Text Example

White with #B2D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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