Html Css Color HEX #BDB917 La Rioja

📋 copy color: '#BDB917'

red 189 ◦ green 185 ◦ blue 23

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

Shades of La Rioja #BDB917

Tints of La Rioja #BDB917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 47.61%
G = 46.6%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB917 (or 0xBDB917) is known color: La Rioja. HEX triplet: BD, B9 and 17. RGB value is (189,185,23). Sum of RGB (Red+Green+Blue) = 189+185+23=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB917 is #4246E8. Grayscale: #A8A8A8. Windows color (decimal): -4343529 or 1554877. OLE color: 1554877.

HSL color Cylindrical-coordinate representation of color #BDB917: hue angle of 58.55º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB917 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 23 -
CMYK 0 0.02 0.88 0.26
HSL 58.55º 0.78% 0.42% -
HSV(B) 58.55º 0.88% 0.74% -
XYZ 38.49 45.58 7.58 -
YUV 167.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 189 185 23 0 0.02 0.88 0.26 58.55 0.78 0.42
Hex BD B9 17 0 2 58 1A 3B 4E 2A
Octal 275 271 27 0 2 130 32 73 116 52
Binary 10111101 10111001 10111 0 10 1011000 11010 111011 1001110 101010

Color Harmonies of #BDB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB917

Black with #BDB917

Text Example


Text Example

White with #BDB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB917; }

 p { color: rgb(189,185,23); }

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

background-color css

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

 a { background-color: rgb(189,185,23); }

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

border-color css

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

 span { border-color: rgb(189,185,23); }

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