Html Css Color HEX #BDB400 La Rioja

📋 copy color: '#BDB400'

red 189 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #BDB400

Tints of La Rioja #BDB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.78%

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

R = 51.22%
G = 48.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB400 (or 0xBDB400) is known color: La Rioja. HEX triplet: BD, B4 and 00. RGB value is (189,180,0). Sum of RGB (Red+Green+Blue) = 189+180+0=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB400 is #424BFF. Grayscale: #A2A2A2. Windows color (decimal): -4344832 or 46269. OLE color: 46269.

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

Color convert

RGB 189 180 0 -
CMYK 0 0.05 1 0.26
HSL 57.14º 1% 0.37% -
HSV(B) 57.14º 1% 0.74% -
XYZ 37.31 43.46 6.42 -
YUV 162.17 36.48 147.14 -
System Red Green Blue C M Y K H S L
Decimal 189 180 0 0 0.05 1 0.26 57.14 1 0.37
Hex BD B4 0 0 5 64 1A 39 64 25
Octal 275 264 0 0 5 144 32 71 144 45
Binary 10111101 10110100 0 0 101 1100100 11010 111001 1100100 100101

Color Harmonies of #BDB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB400

Black with #BDB400

Text Example


Text Example

White with #BDB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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