Html Css Color HEX #B9BC10 La Rioja

📋 copy color: '#B9BC10'

red 185 ◦ green 188 ◦ blue 16

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

Shades of La Rioja #B9BC10

Tints of La Rioja #B9BC10

RGB

 RED value IS 185 (72.66% from 255) = 47.56%

 GREEN value IS 188 (73.83% from 255) = 48.33%

 BLUE value IS 16 (6.64% from 255) = 4.11%

R = 47.56%
G = 48.33%
B = 4.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#B9BC10 (or 0xB9BC10) is known color: La Rioja. HEX triplet: B9, BC and 10. RGB value is (185,188,16). Sum of RGB (Red+Green+Blue) = 185+188+16=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BC10 is #4643EF. Grayscale: #A8A8A8. Windows color (decimal): -4604912 or 1096889. OLE color: 1096889.

HSL color Cylindrical-coordinate representation of color #B9BC10: hue angle of 61.05º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9BC10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 16 -
CMYK 0.02 0 0.91 0.26
HSL 61.05º 0.84% 0.4% -
HSV(B) 61.05º 0.91% 0.74% -
XYZ 38.08 46.32 7.42 -
YUV 167.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 185 188 16 0.02 0 0.91 0.26 61.05 0.84 0.4
Hex B9 BC 10 2 0 5B 1A 3D 54 28
Octal 271 274 20 2 0 133 32 75 124 50
Binary 10111001 10111100 10000 10 0 1011011 11010 111101 1010100 101000

Color Harmonies of #B9BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC10

Black with #B9BC10

Text Example


Text Example

White with #B9BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC10; }

 p { color: rgb(185,188,16); }

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

background-color css

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

 a { background-color: rgb(185,188,16); }

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

border-color css

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

 span { border-color: rgb(185,188,16); }

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