Html Css Color HEX #B7BA00 La Rioja

📋 copy color: '#B7BA00'

red 183 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #B7BA00

Tints of La Rioja #B7BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.59%
G = 50.41%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B7BA00 (or 0xB7BA00) is known color: La Rioja. HEX triplet: B7, BA and 00. RGB value is (183,186,0). Sum of RGB (Red+Green+Blue) = 183+186+0=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA00 is #4845FF. Grayscale: #A4A4A4. Windows color (decimal): -4736512 or 47799. OLE color: 47799.

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

Color convert

RGB 183 186 0 -
CMYK 0.02 0 1 0.27
HSL 60.97º 1% 0.36% -
HSV(B) 60.97º 1% 0.73% -
XYZ 37.09 45.19 6.77 -
YUV 163.9 35.51 141.62 -
System Red Green Blue C M Y K H S L
Decimal 183 186 0 0.02 0 1 0.27 60.97 1 0.36
Hex B7 BA 0 2 0 64 1B 3D 64 24
Octal 267 272 0 2 0 144 33 75 144 44
Binary 10110111 10111010 0 10 0 1100100 11011 111101 1100100 100100

Color Harmonies of #B7BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA00

Black with #B7BA00

Text Example


Text Example

White with #B7BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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