Html Css Color HEX #B09802 Dark Goldenrod

📋 copy color: '#B09802'

red 176 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #B09802

Tints of Dark Goldenrod #B09802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.06%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 53.33%
G = 46.06%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B09802 (or 0xB09802) is known color: Dark Goldenrod. HEX triplet: B0, 98 and 02. RGB value is (176,152,2). Sum of RGB (Red+Green+Blue) = 176+152+2=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B09802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09802 is #4F67FD. Grayscale: #8E8E8E. Windows color (decimal): -5203966 or 170160. OLE color: 170160.

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

Color convert

RGB 176 152 2 -
CMYK 0 0.14 0.99 0.31
HSL 51.72º 0.98% 0.35% -
HSV(B) 51.72º 0.99% 0.69% -
XYZ 29.14 31.69 4.64 -
YUV 142.08 48.95 152.2 -
System Red Green Blue C M Y K H S L
Decimal 176 152 2 0 0.14 0.99 0.31 51.72 0.98 0.35
Hex B0 98 2 0 E 63 1F 34 62 23
Octal 260 230 2 0 16 143 37 64 142 43
Binary 10110000 10011000 10 0 1110 1100011 11111 110100 1100010 100011

Color Harmonies of #B09802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09802

Black with #B09802

Text Example


Text Example

White with #B09802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09802; }

 p { color: rgb(176,152,2); }

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

background-color css

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

 a { background-color: rgb(176,152,2); }

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

border-color css

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

 span { border-color: rgb(176,152,2); }

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