Html Css Color HEX #B9AD02 La Rioja

📋 copy color: '#B9AD02'

red 185 ◦ green 173 ◦ blue 2

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

Shades of La Rioja #B9AD02

Tints of La Rioja #B9AD02

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.06%

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

R = 51.39%
G = 48.06%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B9AD02 (or 0xB9AD02) is known color: La Rioja. HEX triplet: B9, AD and 02. RGB value is (185,173,2). Sum of RGB (Red+Green+Blue) = 185+173+2=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD02 is #4652FD. Grayscale: #9D9D9D. Windows color (decimal): -4608766 or 175545. OLE color: 175545.

HSL color Cylindrical-coordinate representation of color #B9AD02: hue angle of 56.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9AD02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 2 -
CMYK 0 0.06 0.99 0.27
HSL 56.07º 0.98% 0.37% -
HSV(B) 56.07º 0.99% 0.73% -
XYZ 34.96 40.21 5.98 -
YUV 157.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 185 173 2 0 0.06 0.99 0.27 56.07 0.98 0.37
Hex B9 AD 2 0 6 63 1B 38 62 25
Octal 271 255 2 0 6 143 33 70 142 45
Binary 10111001 10101101 10 0 110 1100011 11011 111000 1100010 100101

Color Harmonies of #B9AD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD02

Black with #B9AD02

Text Example


Text Example

White with #B9AD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD02; }

 p { color: rgb(185,173,2); }

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

background-color css

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

 a { background-color: rgb(185,173,2); }

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

border-color css

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

 span { border-color: rgb(185,173,2); }

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