Html Css Color HEX #B9D12A Fuego

📋 copy color: '#B9D12A'

red 185 ◦ green 209 ◦ blue 42

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

Shades of Fuego #B9D12A

Tints of Fuego #B9D12A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.94%

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 42.43%
G = 47.94%
B = 9.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#B9D12A (or 0xB9D12A) is known color: Fuego. HEX triplet: B9, D1 and 2A. RGB value is (185,209,42). Sum of RGB (Red+Green+Blue) = 185+209+42=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D12A is #462ED5. Grayscale: #B7B7B7. Windows color (decimal): -4599510 or 2806201. OLE color: 2806201.

HSL color Cylindrical-coordinate representation of color #B9D12A: hue angle of 68.62º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9D12A is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 209 42 -
CMYK 0.11 0 0.80 0.18
HSL 68.62º 0.67% 0.49% -
HSV(B) 68.62º 0.8% 0.82% -
XYZ 43.23 56.08 10.74 -
YUV 182.79 48.55 129.58 -
System Red Green Blue C M Y K H S L
Decimal 185 209 42 0.11 0 0.80 0.18 68.62 0.67 0.49
Hex B9 D1 2A B 0 50 12 45 43 31
Octal 271 321 52 13 0 120 22 105 103 61
Binary 10111001 11010001 101010 1011 0 1010000 10010 1000101 1000011 110001

Color Harmonies of #B9D12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D12A

Black with #B9D12A

Text Example


Text Example

White with #B9D12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D12A; }

 p { color: rgb(185,209,42); }

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

background-color css

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

 a { background-color: rgb(185,209,42); }

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

border-color css

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

 span { border-color: rgb(185,209,42); }

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