Html Css Color HEX #BDB000 La Rioja

📋 copy color: '#BDB000'

red 189 ◦ green 176 ◦ blue 0

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

Shades of La Rioja #BDB000

Tints of La Rioja #BDB000

RGB

 RED value IS 189 (74.22% from 255) = 51.78%

 GREEN value IS 176 (69.14% from 255) = 48.22%

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

R = 51.78%
G = 48.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB000 (or 0xBDB000) is known color: La Rioja. HEX triplet: BD, B0 and 00. RGB value is (189,176,0). Sum of RGB (Red+Green+Blue) = 189+176+0=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB000 is #424FFF. Grayscale: #A0A0A0. Windows color (decimal): -4345856 or 45245. OLE color: 45245.

HSL color Cylindrical-coordinate representation of color #BDB000: hue angle of 55.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDB000 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 0 -
CMYK 0 0.07 1 0.26
HSL 55.87º 1% 0.37% -
HSV(B) 55.87º 1% 0.74% -
XYZ 36.51 41.87 6.16 -
YUV 159.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 189 176 0 0 0.07 1 0.26 55.87 1 0.37
Hex BD B0 0 0 7 64 1A 38 64 25
Octal 275 260 0 0 7 144 32 70 144 45
Binary 10111101 10110000 0 0 111 1100100 11010 111000 1100100 100101

Color Harmonies of #BDB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB000

Black with #BDB000

Text Example


Text Example

White with #BDB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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