Html Css Color HEX #B9D326 Fuego

📋 copy color: '#B9D326'

red 185 ◦ green 211 ◦ blue 38

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

Shades of Fuego #B9D326

Tints of Fuego #B9D326

RGB

 RED value IS 185 (72.66% from 255) = 42.63%

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

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

R = 42.63%
G = 48.62%
B = 8.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#B9D326 (or 0xB9D326) is known color: Fuego. HEX triplet: B9, D3 and 26. RGB value is (185,211,38). Sum of RGB (Red+Green+Blue) = 185+211+38=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D326 is #462CD9. Grayscale: #B8B8B8. Windows color (decimal): -4599002 or 2544569. OLE color: 2544569.

HSL color Cylindrical-coordinate representation of color #B9D326: hue angle of 69.02º 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 #B9D326 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 211 38 -
CMYK 0.12 0 0.82 0.17
HSL 69.02º 0.69% 0.49% -
HSV(B) 69.02º 0.82% 0.83% -
XYZ 43.65 57.04 10.54 -
YUV 183.5 45.89 129.07 -
System Red Green Blue C M Y K H S L
Decimal 185 211 38 0.12 0 0.82 0.17 69.02 0.69 0.49
Hex B9 D3 26 C 0 52 11 45 45 31
Octal 271 323 46 14 0 122 21 105 105 61
Binary 10111001 11010011 100110 1100 0 1010010 10001 1000101 1000101 110001

Color Harmonies of #B9D326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D326

Black with #B9D326

Text Example


Text Example

White with #B9D326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D326; }

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

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

background-color css

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

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

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

border-color css

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

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

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