Html Css Color HEX #B3B901 La Rioja

📋 copy color: '#B3B901'

red 179 ◦ green 185 ◦ blue 1

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

Shades of La Rioja #B3B901

Tints of La Rioja #B3B901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.68%

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

R = 49.04%
G = 50.68%
B = 0.27%

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

#B3B901 (or 0xB3B901) is known color: La Rioja. HEX triplet: B3, B9 and 01. RGB value is (179,185,1). Sum of RGB (Red+Green+Blue) = 179+185+1=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B901 is #4C46FE. Grayscale: #A2A2A2. Windows color (decimal): -4998911 or 113075. OLE color: 113075.

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

Color convert

RGB 179 185 1 -
CMYK 0.03 0 0.99 0.27
HSL 61.96º 0.99% 0.36% -
HSV(B) 61.96º 0.99% 0.73% -
XYZ 35.94 44.28 6.68 -
YUV 162.23 37.01 139.96 -
System Red Green Blue C M Y K H S L
Decimal 179 185 1 0.03 0 0.99 0.27 61.96 0.99 0.36
Hex B3 B9 1 3 0 63 1B 3E 63 24
Octal 263 271 1 3 0 143 33 76 143 44
Binary 10110011 10111001 1 11 0 1100011 11011 111110 1100011 100100

Color Harmonies of #B3B901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B901

Black with #B3B901

Text Example


Text Example

White with #B3B901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B901; }

 p { color: rgb(179,185,1); }

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

background-color css

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

 a { background-color: rgb(179,185,1); }

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

border-color css

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

 span { border-color: rgb(179,185,1); }

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