Html Css Color HEX #B5BA03 La Rioja

📋 copy color: '#B5BA03'

red 181 ◦ green 186 ◦ blue 3

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

Shades of La Rioja #B5BA03

Tints of La Rioja #B5BA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 48.92%
G = 50.27%
B = 0.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B5BA03 (or 0xB5BA03) is known color: La Rioja. HEX triplet: B5, BA and 03. RGB value is (181,186,3). Sum of RGB (Red+Green+Blue) = 181+186+3=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA03 is #4A45FC. Grayscale: #A4A4A4. Windows color (decimal): -4867581 or 244405. OLE color: 244405.

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

Color convert

RGB 181 186 3 -
CMYK 0.03 0 0.98 0.27
HSL 61.64º 0.97% 0.37% -
HSV(B) 61.64º 0.98% 0.73% -
XYZ 36.63 44.95 6.83 -
YUV 163.64 37.34 140.38 -
System Red Green Blue C M Y K H S L
Decimal 181 186 3 0.03 0 0.98 0.27 61.64 0.97 0.37
Hex B5 BA 3 3 0 62 1B 3E 61 25
Octal 265 272 3 3 0 142 33 76 141 45
Binary 10110101 10111010 11 11 0 1100010 11011 111110 1100001 100101

Color Harmonies of #B5BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA03

Black with #B5BA03

Text Example


Text Example

White with #B5BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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