Html Css Color HEX #B09B00 Lucky

📋 copy color: '#B09B00'

red 176 ◦ green 155 ◦ blue 0

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

Shades of Lucky #B09B00

Tints of Lucky #B09B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.17%
G = 46.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B09B00 (or 0xB09B00) is known color: Lucky. HEX triplet: B0, 9B and 00. RGB value is (176,155,0). Sum of RGB (Red+Green+Blue) = 176+155+0=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09B00 is #4F64FF. Grayscale: #909090. Windows color (decimal): -5203200 or 39856. OLE color: 39856.

HSL color Cylindrical-coordinate representation of color #B09B00: hue angle of 52.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B09B00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 155 0 -
CMYK 0 0.12 1 0.31
HSL 52.84º 1% 0.35% -
HSV(B) 52.84º 1% 0.69% -
XYZ 29.63 32.67 4.75 -
YUV 143.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 176 155 0 0 0.12 1 0.31 52.84 1 0.35
Hex B0 9B 0 0 C 64 1F 35 64 23
Octal 260 233 0 0 14 144 37 65 144 43
Binary 10110000 10011011 0 0 1100 1100100 11111 110101 1100100 100011

Color Harmonies of #B09B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B00

Black with #B09B00

Text Example


Text Example

White with #B09B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B00; }

 p { color: rgb(176,155,0); }

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

background-color css

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

 a { background-color: rgb(176,155,0); }

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

border-color css

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

 span { border-color: rgb(176,155,0); }

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