Html Css Color HEX #BDB800 La Rioja

📋 copy color: '#BDB800'

red 189 ◦ green 184 ◦ blue 0

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

Shades of La Rioja #BDB800

Tints of La Rioja #BDB800

RGB

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

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

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

R = 50.67%
G = 49.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB800 (or 0xBDB800) is known color: La Rioja. HEX triplet: BD, B8 and 00. RGB value is (189,184,0). Sum of RGB (Red+Green+Blue) = 189+184+0=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB800 is #4247FF. Grayscale: #A5A5A5. Windows color (decimal): -4343808 or 47293. OLE color: 47293.

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

Color convert

RGB 189 184 0 -
CMYK 0 0.03 1 0.26
HSL 58.41º 1% 0.37% -
HSV(B) 58.41º 1% 0.74% -
XYZ 38.13 45.1 6.7 -
YUV 164.52 35.16 145.46 -
System Red Green Blue C M Y K H S L
Decimal 189 184 0 0 0.03 1 0.26 58.41 1 0.37
Hex BD B8 0 0 3 64 1A 3A 64 25
Octal 275 270 0 0 3 144 32 72 144 45
Binary 10111101 10111000 0 0 11 1100100 11010 111010 1100100 100101

Color Harmonies of #BDB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB800

Black with #BDB800

Text Example


Text Example

White with #BDB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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