Html Css Color HEX #B9D03A Fuego

📋 copy color: '#B9D03A'

red 185 ◦ green 208 ◦ blue 58

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

Shades of Fuego #B9D03A

Tints of Fuego #B9D03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.12%

 BLUE value IS 58 (23.05% from 255) = 12.86%

R = 41.02%
G = 46.12%
B = 12.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#B9D03A (or 0xB9D03A) is known color: Fuego. HEX triplet: B9, D0 and 3A. RGB value is (185,208,58). Sum of RGB (Red+Green+Blue) = 185+208+58=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D03A is #462FC5. Grayscale: #B8B8B8. Windows color (decimal): -4599750 or 3854521. OLE color: 3854521.

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

Color convert

RGB 185 208 58 -
CMYK 0.11 0 0.72 0.18
HSL 69.2º 0.61% 0.52% -
HSV(B) 69.2º 0.72% 0.82% -
XYZ 43.33 55.73 12.48 -
YUV 184.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 185 208 58 0.11 0 0.72 0.18 69.2 0.61 0.52
Hex B9 D0 3A B 0 48 12 45 3D 34
Octal 271 320 72 13 0 110 22 105 75 64
Binary 10111001 11010000 111010 1011 0 1001000 10010 1000101 111101 110100

Color Harmonies of #B9D03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D03A

Black with #B9D03A

Text Example


Text Example

White with #B9D03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D03A; }

 p { color: rgb(185,208,58); }

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

background-color css

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

 a { background-color: rgb(185,208,58); }

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

border-color css

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

 span { border-color: rgb(185,208,58); }

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