Html Css Color HEX #BDB100 La Rioja

📋 copy color: '#BDB100'

red 189 ◦ green 177 ◦ blue 0

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

Shades of La Rioja #BDB100

Tints of La Rioja #BDB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.36%

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

R = 51.64%
G = 48.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB100 (or 0xBDB100) is known color: La Rioja. HEX triplet: BD, B1 and 00. RGB value is (189,177,0). Sum of RGB (Red+Green+Blue) = 189+177+0=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB100 is #424EFF. Grayscale: #A1A1A1. Windows color (decimal): -4345600 or 45501. OLE color: 45501.

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

Color convert

RGB 189 177 0 -
CMYK 0 0.06 1 0.26
HSL 56.19º 1% 0.37% -
HSV(B) 56.19º 1% 0.74% -
XYZ 36.71 42.26 6.22 -
YUV 160.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 189 177 0 0 0.06 1 0.26 56.19 1 0.37
Hex BD B1 0 0 6 64 1A 38 64 25
Octal 275 261 0 0 6 144 32 70 144 45
Binary 10111101 10110001 0 0 110 1100100 11010 111000 1100100 100101

Color Harmonies of #BDB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB100

Black with #BDB100

Text Example


Text Example

White with #BDB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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