Html Css Color HEX #B7BA16 La Rioja

📋 copy color: '#B7BA16'

red 183 ◦ green 186 ◦ blue 22

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

Shades of La Rioja #B7BA16

Tints of La Rioja #B7BA16

RGB

 RED value IS 183 (71.88% from 255) = 46.8%

 GREEN value IS 186 (73.05% from 255) = 47.57%

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 46.8%
G = 47.57%
B = 5.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B7BA16 (or 0xB7BA16) is known color: La Rioja. HEX triplet: B7, BA and 16. RGB value is (183,186,22). Sum of RGB (Red+Green+Blue) = 183+186+22=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA16 is #4845E9. Grayscale: #A7A7A7. Windows color (decimal): -4736490 or 1489591. OLE color: 1489591.

HSL color Cylindrical-coordinate representation of color #B7BA16: hue angle of 61.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7BA16 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 186 22 -
CMYK 0.02 0 0.88 0.27
HSL 61.1º 0.79% 0.41% -
HSV(B) 61.1º 0.88% 0.73% -
XYZ 37.23 45.24 7.53 -
YUV 166.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 183 186 22 0.02 0 0.88 0.27 61.1 0.79 0.41
Hex B7 BA 16 2 0 58 1B 3D 4F 29
Octal 267 272 26 2 0 130 33 75 117 51
Binary 10110111 10111010 10110 10 0 1011000 11011 111101 1001111 101001

Color Harmonies of #B7BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA16

Black with #B7BA16

Text Example


Text Example

White with #B7BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA16; }

 p { color: rgb(183,186,22); }

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

background-color css

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

 a { background-color: rgb(183,186,22); }

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

border-color css

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

 span { border-color: rgb(183,186,22); }

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