Html Css Color HEX #B2D638 Fuego

📋 copy color: '#B2D638'

red 178 ◦ green 214 ◦ blue 56

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

Shades of Fuego #B2D638

Tints of Fuego #B2D638

RGB

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

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

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

R = 39.73%
G = 47.77%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#B2D638 (or 0xB2D638) is known color: Fuego. HEX triplet: B2, D6 and 38. RGB value is (178,214,56). Sum of RGB (Red+Green+Blue) = 178+214+56=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D638 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D638 is #4D29C7. Grayscale: #B9B9B9. Windows color (decimal): -5056968 or 3724978. OLE color: 3724978.

HSL color Cylindrical-coordinate representation of color #B2D638: hue angle of 73.67º degrees, saturation: 0.66, 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 #B2D638 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 56 -
CMYK 0.17 0 0.74 0.16
HSL 73.67º 0.66% 0.53% -
HSV(B) 73.67º 0.74% 0.84% -
XYZ 43.12 57.84 12.63 -
YUV 185.22 55.07 122.85 -
System Red Green Blue C M Y K H S L
Decimal 178 214 56 0.17 0 0.74 0.16 73.67 0.66 0.53
Hex B2 D6 38 11 0 4A 10 4A 42 35
Octal 262 326 70 21 0 112 20 112 102 65
Binary 10110010 11010110 111000 10001 0 1001010 10000 1001010 1000010 110101

Color Harmonies of #B2D638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D638

Black with #B2D638

Text Example


Text Example

White with #B2D638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D638; }

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

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

background-color css

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

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

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

border-color css

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

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

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