Html Css Color HEX #BDB30A La Rioja

📋 copy color: '#BDB30A'

red 189 ◦ green 179 ◦ blue 10

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

Shades of La Rioja #BDB30A

Tints of La Rioja #BDB30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 50%
G = 47.35%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB30A (or 0xBDB30A) is known color: La Rioja. HEX triplet: BD, B3 and 0A. RGB value is (189,179,10). Sum of RGB (Red+Green+Blue) = 189+179+10=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB30A is #424CF5. Grayscale: #A3A3A3. Windows color (decimal): -4345078 or 701373. OLE color: 701373.

HSL color Cylindrical-coordinate representation of color #BDB30A: hue angle of 56.65º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDB30A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 10 -
CMYK 0 0.05 0.95 0.26
HSL 56.65º 0.9% 0.39% -
HSV(B) 56.65º 0.95% 0.74% -
XYZ 37.16 43.08 6.64 -
YUV 162.72 41.81 146.74 -
System Red Green Blue C M Y K H S L
Decimal 189 179 10 0 0.05 0.95 0.26 56.65 0.9 0.39
Hex BD B3 A 0 5 5F 1A 39 5A 27
Octal 275 263 12 0 5 137 32 71 132 47
Binary 10111101 10110011 1010 0 101 1011111 11010 111001 1011010 100111

Color Harmonies of #BDB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB30A

Black with #BDB30A

Text Example


Text Example

White with #BDB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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