Html Css Color HEX #B6BA01 La Rioja

📋 copy color: '#B6BA01'

red 182 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #B6BA01

Tints of La Rioja #B6BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 49.32%
G = 50.41%
B = 0.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B6BA01 (or 0xB6BA01) is known color: La Rioja. HEX triplet: B6, BA and 01. RGB value is (182,186,1). Sum of RGB (Red+Green+Blue) = 182+186+1=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BA01 is #4945FE. Grayscale: #A4A4A4. Windows color (decimal): -4802047 or 113334. OLE color: 113334.

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

Color convert

RGB 182 186 1 -
CMYK 0.02 0 0.99 0.27
HSL 61.3º 0.99% 0.37% -
HSV(B) 61.3º 0.99% 0.73% -
XYZ 36.86 45.07 6.78 -
YUV 163.71 36.17 141.04 -
System Red Green Blue C M Y K H S L
Decimal 182 186 1 0.02 0 0.99 0.27 61.3 0.99 0.37
Hex B6 BA 1 2 0 63 1B 3D 63 25
Octal 266 272 1 2 0 143 33 75 143 45
Binary 10110110 10111010 1 10 0 1100011 11011 111101 1100011 100101

Color Harmonies of #B6BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA01

Black with #B6BA01

Text Example


Text Example

White with #B6BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA01; }

 p { color: rgb(182,186,1); }

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

background-color css

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

 a { background-color: rgb(182,186,1); }

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

border-color css

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

 span { border-color: rgb(182,186,1); }

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