Html Css Color HEX #B0D334 Fuego

📋 copy color: '#B0D334'

red 176 ◦ green 211 ◦ blue 52

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

Shades of Fuego #B0D334

Tints of Fuego #B0D334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 40.09%
G = 48.06%
B = 11.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#B0D334 (or 0xB0D334) is known color: Fuego. HEX triplet: B0, D3 and 34. RGB value is (176,211,52). Sum of RGB (Red+Green+Blue) = 176+211+52=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D334 is #4F2CCB. Grayscale: #B7B7B7. Windows color (decimal): -5188812 or 3462064. OLE color: 3462064.

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

Color convert

RGB 176 211 52 -
CMYK 0.17 0 0.75 0.17
HSL 73.21º 0.64% 0.52% -
HSV(B) 73.21º 0.75% 0.83% -
XYZ 41.82 56.07 11.87 -
YUV 182.41 54.4 123.43 -
System Red Green Blue C M Y K H S L
Decimal 176 211 52 0.17 0 0.75 0.17 73.21 0.64 0.52
Hex B0 D3 34 11 0 4B 11 49 40 34
Octal 260 323 64 21 0 113 21 111 100 64
Binary 10110000 11010011 110100 10001 0 1001011 10001 1001001 1000000 110100

Color Harmonies of #B0D334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D334

Black with #B0D334

Text Example


Text Example

White with #B0D334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D334; }

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

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

background-color css

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

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

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

border-color css

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

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

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