Html Css Color HEX #B2A800 La Rioja

📋 copy color: '#B2A800'

red 178 ◦ green 168 ◦ blue 0

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

Shades of La Rioja #B2A800

Tints of La Rioja #B2A800

RGB

 RED value IS 178 (69.92% from 255) = 51.45%

 GREEN value IS 168 (66.02% from 255) = 48.55%

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

R = 51.45%
G = 48.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B2A800 (or 0xB2A800) is known color: La Rioja. HEX triplet: B2, A8 and 00. RGB value is (178,168,0). Sum of RGB (Red+Green+Blue) = 178+168+0=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A800 is #4D57FF. Grayscale: #989898. Windows color (decimal): -5068800 or 43186. OLE color: 43186.

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

Color convert

RGB 178 168 0 -
CMYK 0 0.06 1 0.30
HSL 56.63º 1% 0.35% -
HSV(B) 56.63º 1% 0.7% -
XYZ 32.36 37.47 5.53 -
YUV 151.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 178 168 0 0 0.06 1 0.30 56.63 1 0.35
Hex B2 A8 0 0 6 64 1E 39 64 23
Octal 262 250 0 0 6 144 36 71 144 43
Binary 10110010 10101000 0 0 110 1100100 11110 111001 1100100 100011

Color Harmonies of #B2A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A800

Black with #B2A800

Text Example


Text Example

White with #B2A800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A800; }

 p { color: rgb(178,168,0); }

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

background-color css

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

 a { background-color: rgb(178,168,0); }

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

border-color css

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

 span { border-color: rgb(178,168,0); }

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