Html Css Color HEX #B09C00 Lucky

📋 copy color: '#B09C00'

red 176 ◦ green 156 ◦ blue 0

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

Shades of Lucky #B09C00

Tints of Lucky #B09C00

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.99%

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

R = 53.01%
G = 46.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B09C00 (or 0xB09C00) is known color: Lucky. HEX triplet: B0, 9C and 00. RGB value is (176,156,0). Sum of RGB (Red+Green+Blue) = 176+156+0=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09C00 is #4F63FF. Grayscale: #909090. Windows color (decimal): -5202944 or 40112. OLE color: 40112.

HSL color Cylindrical-coordinate representation of color #B09C00: hue angle of 53.18º 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 #B09C00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 0 -
CMYK 0 0.11 1 0.31
HSL 53.18º 1% 0.35% -
HSV(B) 53.18º 1% 0.69% -
XYZ 29.79 33.01 4.8 -
YUV 144.2 46.63 150.68 -
System Red Green Blue C M Y K H S L
Decimal 176 156 0 0 0.11 1 0.31 53.18 1 0.35
Hex B0 9C 0 0 B 64 1F 35 64 23
Octal 260 234 0 0 13 144 37 65 144 43
Binary 10110000 10011100 0 0 1011 1100100 11111 110101 1100100 100011

Color Harmonies of #B09C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C00

Black with #B09C00

Text Example


Text Example

White with #B09C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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