#B8BD0A

Color #B8BD0A La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B8BD0A

Tints of La Rioja #B8BD0A

Color information

#B8BD0A (or 0xB8BD0A) is unknown color: approx La Rioja. HEX triplet: B8, BD and 0A. RGB value is (184,189,10). Sum of RGB (Red+Green+Blue) = 184+189+10=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BD0A is #4742F5. Grayscale: #A7A7A7. Windows color (decimal): -4670198 or 703928. OLE color: 703928.

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

Color convert

RGB18418910-
CMYK0.0300.950.26
HSL61.68º89.95%39.02%-
HSV(B)61.68º94.71%74.12%-
XYZ38.0246.617.28-
YUV167.139.34140.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 10 (4.30% from 255) = 2.61%
R=48.04%
G=49.35%
B=2.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184189100.0300.950.2661.6889.9539.02
HexB8BDA305F1A3e5a27
Octal2702751230137327613247
Binary101110001011110110101101011111110101111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD0A; }

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

 H1.HeaderClassName
 {
   color: #B8BD0A;
 }
 .AnyTagClassName
 {
   color: #B8BD0A;
 }
</style>
background-color css

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

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

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

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

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

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