Html Css Color HEX #B2D632 Fuego

📋 copy color: '#B2D632'

red 178 ◦ green 214 ◦ blue 50

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

Shades of Fuego #B2D632

Tints of Fuego #B2D632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.42%

 BLUE value IS 50 (19.92% from 255) = 11.31%

R = 40.27%
G = 48.42%
B = 11.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#B2D632 (or 0xB2D632) is known color: Fuego. HEX triplet: B2, D6 and 32. RGB value is (178,214,50). Sum of RGB (Red+Green+Blue) = 178+214+50=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D632 is #4D29CD. Grayscale: #B9B9B9. Windows color (decimal): -5056974 or 3331762. OLE color: 3331762.

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

Color convert

RGB 178 214 50 -
CMYK 0.17 0 0.77 0.16
HSL 73.17º 0.67% 0.52% -
HSV(B) 73.17º 0.77% 0.84% -
XYZ 42.98 57.79 11.91 -
YUV 184.54 52.07 123.34 -
System Red Green Blue C M Y K H S L
Decimal 178 214 50 0.17 0 0.77 0.16 73.17 0.67 0.52
Hex B2 D6 32 11 0 4D 10 49 43 34
Octal 262 326 62 21 0 115 20 111 103 64
Binary 10110010 11010110 110010 10001 0 1001101 10000 1001001 1000011 110100

Color Harmonies of #B2D632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D632

Black with #B2D632

Text Example


Text Example

White with #B2D632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D632; }

 p { color: rgb(178,214,50); }

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

background-color css

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

 a { background-color: rgb(178,214,50); }

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

border-color css

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

 span { border-color: rgb(178,214,50); }

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