Html Css Color HEX #B9B700 La Rioja

📋 copy color: '#B9B700'

red 185 ◦ green 183 ◦ blue 0

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

Shades of La Rioja #B9B700

Tints of La Rioja #B9B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

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

R = 50.27%
G = 49.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B9B700 (or 0xB9B700) is known color: La Rioja. HEX triplet: B9, B7 and 00. RGB value is (185,183,0). Sum of RGB (Red+Green+Blue) = 185+183+0=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B700 is #4648FF. Grayscale: #A3A3A3. Windows color (decimal): -4606208 or 47033. OLE color: 47033.

HSL color Cylindrical-coordinate representation of color #B9B700: hue angle of 59.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9B700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 183 0 -
CMYK 0 0.01 1 0.27
HSL 59.35º 1% 0.36% -
HSV(B) 59.35º 1% 0.73% -
XYZ 36.94 44.18 6.58 -
YUV 162.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 185 183 0 0 0.01 1 0.27 59.35 1 0.36
Hex B9 B7 0 0 1 64 1B 3B 64 24
Octal 271 267 0 0 1 144 33 73 144 44
Binary 10111001 10110111 0 0 1 1100100 11011 111011 1100100 100100

Color Harmonies of #B9B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B700

Black with #B9B700

Text Example


Text Example

White with #B9B700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B700; }

 p { color: rgb(185,183,0); }

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

background-color css

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

 a { background-color: rgb(185,183,0); }

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

border-color css

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

 span { border-color: rgb(185,183,0); }

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