Html Css Color HEX #B0D236 Fuego

📋 copy color: '#B0D236'

red 176 ◦ green 210 ◦ blue 54

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

Shades of Fuego #B0D236

Tints of Fuego #B0D236

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

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

R = 40%
G = 47.73%
B = 12.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#B0D236 (or 0xB0D236) is known color: Fuego. HEX triplet: B0, D2 and 36. RGB value is (176,210,54). Sum of RGB (Red+Green+Blue) = 176+210+54=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D236 is #4F2DC9. Grayscale: #B6B6B6. Windows color (decimal): -5189066 or 3592880. OLE color: 3592880.

HSL color Cylindrical-coordinate representation of color #B0D236: hue angle of 73.08º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0D236 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 54 -
CMYK 0.16 0 0.74 0.18
HSL 73.08º 0.63% 0.52% -
HSV(B) 73.08º 0.74% 0.82% -
XYZ 41.62 55.59 12.03 -
YUV 182.05 55.74 123.68 -
System Red Green Blue C M Y K H S L
Decimal 176 210 54 0.16 0 0.74 0.18 73.08 0.63 0.52
Hex B0 D2 36 10 0 4A 12 49 3F 34
Octal 260 322 66 20 0 112 22 111 77 64
Binary 10110000 11010010 110110 10000 0 1001010 10010 1001001 111111 110100

Color Harmonies of #B0D236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D236

Black with #B0D236

Text Example


Text Example

White with #B0D236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D236; }

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

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

background-color css

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

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

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

border-color css

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

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

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