Html Css Color HEX #B2BA01 La Rioja

📋 copy color: '#B2BA01'

red 178 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #B2BA01

Tints of La Rioja #B2BA01

RGB

 RED value IS 178 (69.92% from 255) = 48.77%

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

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

R = 48.77%
G = 50.96%
B = 0.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B2BA01 (or 0xB2BA01) is known color: La Rioja. HEX triplet: B2, BA and 01. RGB value is (178,186,1). Sum of RGB (Red+Green+Blue) = 178+186+1=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA01 is #4D45FE. Grayscale: #A3A3A3. Windows color (decimal): -5064191 or 113330. OLE color: 113330.

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

Color convert

RGB 178 186 1 -
CMYK 0.04 0 0.99 0.27
HSL 62.59º 0.99% 0.37% -
HSV(B) 62.59º 0.99% 0.73% -
XYZ 35.92 44.58 6.74 -
YUV 162.52 36.85 139.04 -
System Red Green Blue C M Y K H S L
Decimal 178 186 1 0.04 0 0.99 0.27 62.59 0.99 0.37
Hex B2 BA 1 4 0 63 1B 3F 63 25
Octal 262 272 1 4 0 143 33 77 143 45
Binary 10110010 10111010 1 100 0 1100011 11011 111111 1100011 100101

Color Harmonies of #B2BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA01

Black with #B2BA01

Text Example


Text Example

White with #B2BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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