Html Css Color HEX #B5B700 La Rioja

📋 copy color: '#B5B700'

red 181 ◦ green 183 ◦ blue 0

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

Shades of La Rioja #B5B700

Tints of La Rioja #B5B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.73%
G = 50.27%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B5B700 (or 0xB5B700) is known color: La Rioja. HEX triplet: B5, B7 and 00. RGB value is (181,183,0). Sum of RGB (Red+Green+Blue) = 181+183+0=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B700 is #4A48FF. Grayscale: #A2A2A2. Windows color (decimal): -4868352 or 47029. OLE color: 47029.

HSL color Cylindrical-coordinate representation of color #B5B700: hue angle of 60.66º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5B700 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 183 0 -
CMYK 0.01 0 1 0.28
HSL 60.66º 1% 0.36% -
HSV(B) 60.66º 1% 0.72% -
XYZ 35.99 43.69 6.54 -
YUV 161.54 36.84 141.88 -
System Red Green Blue C M Y K H S L
Decimal 181 183 0 0.01 0 1 0.28 60.66 1 0.36
Hex B5 B7 0 1 0 64 1C 3D 64 24
Octal 265 267 0 1 0 144 34 75 144 44
Binary 10110101 10110111 0 1 0 1100100 11100 111101 1100100 100100

Color Harmonies of #B5B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B700

Black with #B5B700

Text Example


Text Example

White with #B5B700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B700; }

 p { color: rgb(181,183,0); }

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

background-color css

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

 a { background-color: rgb(181,183,0); }

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

border-color css

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

 span { border-color: rgb(181,183,0); }

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