Html Css Color HEX #B0D326 Fuego

📋 copy color: '#B0D326'

red 176 ◦ green 211 ◦ blue 38

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

Shades of Fuego #B0D326

Tints of Fuego #B0D326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.94%

R = 41.41%
G = 49.65%
B = 8.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#B0D326 (or 0xB0D326) is known color: Fuego. HEX triplet: B0, D3 and 26. RGB value is (176,211,38). Sum of RGB (Red+Green+Blue) = 176+211+38=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D326 is #4F2CD9. Grayscale: #B5B5B5. Windows color (decimal): -5188826 or 2544560. OLE color: 2544560.

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

Color convert

RGB 176 211 38 -
CMYK 0.17 0 0.82 0.17
HSL 72.14º 0.69% 0.49% -
HSV(B) 72.14º 0.82% 0.83% -
XYZ 41.55 55.96 10.44 -
YUV 180.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 176 211 38 0.17 0 0.82 0.17 72.14 0.69 0.49
Hex B0 D3 26 11 0 52 11 48 45 31
Octal 260 323 46 21 0 122 21 110 105 61
Binary 10110000 11010011 100110 10001 0 1010010 10001 1001000 1000101 110001

Color Harmonies of #B0D326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D326

Black with #B0D326

Text Example


Text Example

White with #B0D326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D326; }

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

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

background-color css

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

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

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

border-color css

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

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

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