Html Css Color HEX #BDB500 La Rioja

📋 copy color: '#BDB500'

red 189 ◦ green 181 ◦ blue 0

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

Shades of La Rioja #BDB500

Tints of La Rioja #BDB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.92%

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

R = 51.08%
G = 48.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB500 (or 0xBDB500) is known color: La Rioja. HEX triplet: BD, B5 and 00. RGB value is (189,181,0). Sum of RGB (Red+Green+Blue) = 189+181+0=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB500 is #424AFF. Grayscale: #A3A3A3. Windows color (decimal): -4344576 or 46525. OLE color: 46525.

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

Color convert

RGB 189 181 0 -
CMYK 0 0.04 1 0.26
HSL 57.46º 1% 0.37% -
HSV(B) 57.46º 1% 0.74% -
XYZ 37.51 43.87 6.49 -
YUV 162.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 189 181 0 0 0.04 1 0.26 57.46 1 0.37
Hex BD B5 0 0 4 64 1A 39 64 25
Octal 275 265 0 0 4 144 32 71 144 45
Binary 10111101 10110101 0 0 100 1100100 11010 111001 1100100 100101

Color Harmonies of #BDB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB500

Black with #BDB500

Text Example


Text Example

White with #BDB500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB500; }

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

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

background-color css

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

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

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

border-color css

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

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

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