Html Css Color HEX #B6BB01 La Rioja

📋 copy color: '#B6BB01'

red 182 ◦ green 187 ◦ blue 1

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

Shades of La Rioja #B6BB01

Tints of La Rioja #B6BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.54%

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

R = 49.19%
G = 50.54%
B = 0.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B6BB01 (or 0xB6BB01) is known color: La Rioja. HEX triplet: B6, BB and 01. RGB value is (182,187,1). Sum of RGB (Red+Green+Blue) = 182+187+1=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BB01 is #4944FE. Grayscale: #A5A5A5. Windows color (decimal): -4801791 or 113590. OLE color: 113590.

HSL color Cylindrical-coordinate representation of color #B6BB01: hue angle of 61.61º 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 #B6BB01 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 187 1 -
CMYK 0.03 0 0.99 0.27
HSL 61.61º 0.99% 0.37% -
HSV(B) 61.61º 0.99% 0.73% -
XYZ 37.07 45.49 6.86 -
YUV 164.3 35.84 140.62 -
System Red Green Blue C M Y K H S L
Decimal 182 187 1 0.03 0 0.99 0.27 61.61 0.99 0.37
Hex B6 BB 1 3 0 63 1B 3E 63 25
Octal 266 273 1 3 0 143 33 76 143 45
Binary 10110110 10111011 1 11 0 1100011 11011 111110 1100011 100101

Color Harmonies of #B6BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BB01

Black with #B6BB01

Text Example


Text Example

White with #B6BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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