Html Css Color HEX #B3BA02 La Rioja

📋 copy color: '#B3BA02'

red 179 ◦ green 186 ◦ blue 2

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

Shades of La Rioja #B3BA02

Tints of La Rioja #B3BA02

RGB

 RED value IS 179 (70.31% from 255) = 48.77%

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 48.77%
G = 50.68%
B = 0.54%

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

#B3BA02 (or 0xB3BA02) is known color: La Rioja. HEX triplet: B3, BA and 02. RGB value is (179,186,2). Sum of RGB (Red+Green+Blue) = 179+186+2=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BA02 is #4C45FD. Grayscale: #A3A3A3. Windows color (decimal): -4998654 or 178867. OLE color: 178867.

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

Color convert

RGB 179 186 2 -
CMYK 0.04 0 0.99 0.27
HSL 62.28º 0.98% 0.37% -
HSV(B) 62.28º 0.99% 0.73% -
XYZ 36.16 44.71 6.78 -
YUV 162.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 179 186 2 0.04 0 0.99 0.27 62.28 0.98 0.37
Hex B3 BA 2 4 0 63 1B 3E 62 25
Octal 263 272 2 4 0 143 33 76 142 45
Binary 10110011 10111010 10 100 0 1100011 11011 111110 1100010 100101

Color Harmonies of #B3BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BA02

Black with #B3BA02

Text Example


Text Example

White with #B3BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BA02; }

 p { color: rgb(179,186,2); }

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

background-color css

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

 a { background-color: rgb(179,186,2); }

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

border-color css

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

 span { border-color: rgb(179,186,2); }

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