Html Css Color HEX #B6B912 La Rioja

📋 copy color: '#B6B912'

red 182 ◦ green 185 ◦ blue 18

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

Shades of La Rioja #B6B912

Tints of La Rioja #B6B912

RGB

 RED value IS 182 (71.48% from 255) = 47.27%

 GREEN value IS 185 (72.66% from 255) = 48.05%

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 47.27%
G = 48.05%
B = 4.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B6B912 (or 0xB6B912) is known color: La Rioja. HEX triplet: B6, B9 and 12. RGB value is (182,185,18). Sum of RGB (Red+Green+Blue) = 182+185+18=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B912 is #4946ED. Grayscale: #A5A5A5. Windows color (decimal): -4802286 or 1227190. OLE color: 1227190.

HSL color Cylindrical-coordinate representation of color #B6B912: hue angle of 61.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6B912 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 18 -
CMYK 0.02 0 0.90 0.27
HSL 61.08º 0.82% 0.4% -
HSV(B) 61.08º 0.9% 0.73% -
XYZ 36.75 44.69 7.26 -
YUV 165.07 45.01 140.08 -
System Red Green Blue C M Y K H S L
Decimal 182 185 18 0.02 0 0.90 0.27 61.08 0.82 0.4
Hex B6 B9 12 2 0 5A 1B 3D 52 28
Octal 266 271 22 2 0 132 33 75 122 50
Binary 10110110 10111001 10010 10 0 1011010 11011 111101 1010010 101000

Color Harmonies of #B6B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B912

Black with #B6B912

Text Example


Text Example

White with #B6B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B912; }

 p { color: rgb(182,185,18); }

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

background-color css

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

 a { background-color: rgb(182,185,18); }

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

border-color css

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

 span { border-color: rgb(182,185,18); }

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