Html Css Color HEX #BDB300 La Rioja

📋 copy color: '#BDB300'

red 189 ◦ green 179 ◦ blue 0

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

Shades of La Rioja #BDB300

Tints of La Rioja #BDB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.64%

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

R = 51.36%
G = 48.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB300 (or 0xBDB300) is known color: La Rioja. HEX triplet: BD, B3 and 00. RGB value is (189,179,0). Sum of RGB (Red+Green+Blue) = 189+179+0=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB300 is #424CFF. Grayscale: #A2A2A2. Windows color (decimal): -4345088 or 46013. OLE color: 46013.

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

Color convert

RGB 189 179 0 -
CMYK 0 0.05 1 0.26
HSL 56.83º 1% 0.37% -
HSV(B) 56.83º 1% 0.74% -
XYZ 37.11 43.06 6.36 -
YUV 161.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 189 179 0 0 0.05 1 0.26 56.83 1 0.37
Hex BD B3 0 0 5 64 1A 39 64 25
Octal 275 263 0 0 5 144 32 71 144 45
Binary 10111101 10110011 0 0 101 1100100 11010 111001 1100100 100101

Color Harmonies of #BDB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB300

Black with #BDB300

Text Example


Text Example

White with #BDB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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