Html Css Color HEX #BDB918 La Rioja

📋 copy color: '#BDB918'

red 189 ◦ green 185 ◦ blue 24

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

Shades of La Rioja #BDB918

Tints of La Rioja #BDB918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.03%

R = 47.49%
G = 46.48%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB918 (or 0xBDB918) is known color: La Rioja. HEX triplet: BD, B9 and 18. RGB value is (189,185,24). Sum of RGB (Red+Green+Blue) = 189+185+24=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB918 is #4246E7. Grayscale: #A8A8A8. Windows color (decimal): -4343528 or 1620413. OLE color: 1620413.

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

Color convert

RGB 189 185 24 -
CMYK 0 0.02 0.87 0.26
HSL 58.55º 0.77% 0.42% -
HSV(B) 58.55º 0.87% 0.74% -
XYZ 38.5 45.58 7.63 -
YUV 167.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 189 185 24 0 0.02 0.87 0.26 58.55 0.77 0.42
Hex BD B9 18 0 2 57 1A 3B 4D 2A
Octal 275 271 30 0 2 127 32 73 115 52
Binary 10111101 10111001 11000 0 10 1010111 11010 111011 1001101 101010

Color Harmonies of #BDB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB918

Black with #BDB918

Text Example


Text Example

White with #BDB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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