Html Css Color HEX #B0D336 Fuego

📋 copy color: '#B0D336'

red 176 ◦ green 211 ◦ blue 54

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

Shades of Fuego #B0D336

Tints of Fuego #B0D336

RGB

 RED value IS 176 (69.14% from 255) = 39.91%

 GREEN value IS 211 (82.81% from 255) = 47.85%

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

R = 39.91%
G = 47.85%
B = 12.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#B0D336 (or 0xB0D336) is known color: Fuego. HEX triplet: B0, D3 and 36. RGB value is (176,211,54). Sum of RGB (Red+Green+Blue) = 176+211+54=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D336 is #4F2CC9. Grayscale: #B7B7B7. Windows color (decimal): -5188810 or 3593136. OLE color: 3593136.

HSL color Cylindrical-coordinate representation of color #B0D336: hue angle of 73.38º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0D336 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 211 54 -
CMYK 0.17 0 0.74 0.17
HSL 73.38º 0.64% 0.52% -
HSV(B) 73.38º 0.74% 0.83% -
XYZ 41.86 56.08 12.11 -
YUV 182.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 176 211 54 0.17 0 0.74 0.17 73.38 0.64 0.52
Hex B0 D3 36 11 0 4A 11 49 40 34
Octal 260 323 66 21 0 112 21 111 100 64
Binary 10110000 11010011 110110 10001 0 1001010 10001 1001001 1000000 110100

Color Harmonies of #B0D336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D336

Black with #B0D336

Text Example


Text Example

White with #B0D336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D336; }

 p { color: rgb(176,211,54); }

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

background-color css

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

 a { background-color: rgb(176,211,54); }

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

border-color css

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

 span { border-color: rgb(176,211,54); }

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