Html Css Color HEX #B2D636 Fuego

📋 copy color: '#B2D636'

red 178 ◦ green 214 ◦ blue 54

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

Shades of Fuego #B2D636

Tints of Fuego #B2D636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.11%

R = 39.91%
G = 47.98%
B = 12.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#B2D636 (or 0xB2D636) is known color: Fuego. HEX triplet: B2, D6 and 36. RGB value is (178,214,54). Sum of RGB (Red+Green+Blue) = 178+214+54=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D636 is #4D29C9. Grayscale: #B9B9B9. Windows color (decimal): -5056970 or 3593906. OLE color: 3593906.

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

Color convert

RGB 178 214 54 -
CMYK 0.17 0 0.75 0.16
HSL 73.5º 0.66% 0.53% -
HSV(B) 73.5º 0.75% 0.84% -
XYZ 43.07 57.82 12.38 -
YUV 185 54.07 123.01 -
System Red Green Blue C M Y K H S L
Decimal 178 214 54 0.17 0 0.75 0.16 73.5 0.66 0.53
Hex B2 D6 36 11 0 4B 10 4A 42 35
Octal 262 326 66 21 0 113 20 112 102 65
Binary 10110010 11010110 110110 10001 0 1001011 10000 1001010 1000010 110101

Color Harmonies of #B2D636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D636

Black with #B2D636

Text Example


Text Example

White with #B2D636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D636; }

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

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

background-color css

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

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

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

border-color css

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

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

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