Html Css Color HEX #BDA800 La Rioja

📋 copy color: '#BDA800'

red 189 ◦ green 168 ◦ blue 0

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

Shades of La Rioja #BDA800

Tints of La Rioja #BDA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.06%

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

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDA800 (or 0xBDA800) is known color: La Rioja. HEX triplet: BD, A8 and 00. RGB value is (189,168,0). Sum of RGB (Red+Green+Blue) = 189+168+0=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA800 is #4257FF. Grayscale: #9B9B9B. Windows color (decimal): -4347904 or 43197. OLE color: 43197.

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

Color convert

RGB 189 168 0 -
CMYK 0 0.11 1 0.26
HSL 53.33º 1% 0.37% -
HSV(B) 53.33º 1% 0.74% -
XYZ 34.99 38.82 5.65 -
YUV 155.13 40.46 152.16 -
System Red Green Blue C M Y K H S L
Decimal 189 168 0 0 0.11 1 0.26 53.33 1 0.37
Hex BD A8 0 0 B 64 1A 35 64 25
Octal 275 250 0 0 13 144 32 65 144 45
Binary 10111101 10101000 0 0 1011 1100100 11010 110101 1100100 100101

Color Harmonies of #BDA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA800

Black with #BDA800

Text Example


Text Example

White with #BDA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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