Html Css Color HEX #B3B400 La Rioja

📋 copy color: '#B3B400'

red 179 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #B3B400

Tints of La Rioja #B3B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.14%

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

R = 49.86%
G = 50.14%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B3B400 (or 0xB3B400) is known color: La Rioja. HEX triplet: B3, B4 and 00. RGB value is (179,180,0). Sum of RGB (Red+Green+Blue) = 179+180+0=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B400 is #4C4BFF. Grayscale: #9F9F9F. Windows color (decimal): -5000192 or 46259. OLE color: 46259.

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

Color convert

RGB 179 180 0 -
CMYK 0.01 0 1 0.29
HSL 60.33º 1% 0.35% -
HSV(B) 60.33º 1% 0.71% -
XYZ 34.91 42.23 6.31 -
YUV 159.18 38.17 142.14 -
System Red Green Blue C M Y K H S L
Decimal 179 180 0 0.01 0 1 0.29 60.33 1 0.35
Hex B3 B4 0 1 0 64 1D 3C 64 23
Octal 263 264 0 1 0 144 35 74 144 43
Binary 10110011 10110100 0 1 0 1100100 11101 111100 1100100 100011

Color Harmonies of #B3B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B400

Black with #B3B400

Text Example


Text Example

White with #B3B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B400; }

 p { color: rgb(179,180,0); }

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

background-color css

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

 a { background-color: rgb(179,180,0); }

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

border-color css

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

 span { border-color: rgb(179,180,0); }

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