Html Css Color HEX #B5BC01 La Rioja

📋 copy color: '#B5BC01'

red 181 ◦ green 188 ◦ blue 1

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

Shades of La Rioja #B5BC01

Tints of La Rioja #B5BC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.81%

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

R = 48.92%
G = 50.81%
B = 0.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#B5BC01 (or 0xB5BC01) is known color: La Rioja. HEX triplet: B5, BC and 01. RGB value is (181,188,1). Sum of RGB (Red+Green+Blue) = 181+188+1=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC01 is #4A43FE. Grayscale: #A5A5A5. Windows color (decimal): -4867071 or 113845. OLE color: 113845.

HSL color Cylindrical-coordinate representation of color #B5BC01: hue angle of 62.25º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5BC01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 188 1 -
CMYK 0.04 0 0.99 0.26
HSL 62.25º 0.99% 0.37% -
HSV(B) 62.25º 0.99% 0.74% -
XYZ 37.04 45.79 6.92 -
YUV 164.59 35.68 139.71 -
System Red Green Blue C M Y K H S L
Decimal 181 188 1 0.04 0 0.99 0.26 62.25 0.99 0.37
Hex B5 BC 1 4 0 63 1A 3E 63 25
Octal 265 274 1 4 0 143 32 76 143 45
Binary 10110101 10111100 1 100 0 1100011 11010 111110 1100011 100101

Color Harmonies of #B5BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC01

Black with #B5BC01

Text Example


Text Example

White with #B5BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC01; }

 p { color: rgb(181,188,1); }

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

background-color css

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

 a { background-color: rgb(181,188,1); }

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

border-color css

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

 span { border-color: rgb(181,188,1); }

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