Html Css Color HEX #B5BA02 La Rioja

📋 copy color: '#B5BA02'

red 181 ◦ green 186 ◦ blue 2

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

Shades of La Rioja #B5BA02

Tints of La Rioja #B5BA02

RGB

 RED value IS 181 (71.09% from 255) = 49.05%

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

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

R = 49.05%
G = 50.41%
B = 0.54%

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

#B5BA02 (or 0xB5BA02) is known color: La Rioja. HEX triplet: B5, BA and 02. RGB value is (181,186,2). Sum of RGB (Red+Green+Blue) = 181+186+2=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA02 is #4A45FD. Grayscale: #A4A4A4. Windows color (decimal): -4867582 or 178869. OLE color: 178869.

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

Color convert

RGB 181 186 2 -
CMYK 0.03 0 0.99 0.27
HSL 61.63º 0.98% 0.37% -
HSV(B) 61.63º 0.99% 0.73% -
XYZ 36.63 44.95 6.8 -
YUV 163.53 36.84 140.46 -
System Red Green Blue C M Y K H S L
Decimal 181 186 2 0.03 0 0.99 0.27 61.63 0.98 0.37
Hex B5 BA 2 3 0 63 1B 3E 62 25
Octal 265 272 2 3 0 143 33 76 142 45
Binary 10110101 10111010 10 11 0 1100011 11011 111110 1100010 100101

Color Harmonies of #B5BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA02

Black with #B5BA02

Text Example


Text Example

White with #B5BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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