Html Css Color HEX #BDB818 La Rioja

📋 copy color: '#BDB818'

red 189 ◦ green 184 ◦ blue 24

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

Shades of La Rioja #BDB818

Tints of La Rioja #BDB818

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

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

R = 47.61%
G = 46.35%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB818 (or 0xBDB818) is known color: La Rioja. HEX triplet: BD, B8 and 18. RGB value is (189,184,24). Sum of RGB (Red+Green+Blue) = 189+184+24=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB818 is #4247E7. Grayscale: #A7A7A7. Windows color (decimal): -4343784 or 1620157. OLE color: 1620157.

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

Color convert

RGB 189 184 24 -
CMYK 0 0.03 0.87 0.26
HSL 58.18º 0.77% 0.42% -
HSV(B) 58.18º 0.87% 0.74% -
XYZ 38.29 45.17 7.56 -
YUV 167.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 189 184 24 0 0.03 0.87 0.26 58.18 0.77 0.42
Hex BD B8 18 0 3 57 1A 3A 4D 2A
Octal 275 270 30 0 3 127 32 72 115 52
Binary 10111101 10111000 11000 0 11 1010111 11010 111010 1001101 101010

Color Harmonies of #BDB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB818

Black with #BDB818

Text Example


Text Example

White with #BDB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB818; }

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

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

background-color css

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

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

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

border-color css

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

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

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