Html Css Color HEX #B2B900 La Rioja

📋 copy color: '#B2B900'

red 178 ◦ green 185 ◦ blue 0

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

Shades of La Rioja #B2B900

Tints of La Rioja #B2B900

RGB

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

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

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

R = 49.04%
G = 50.96%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B2B900 (or 0xB2B900) is known color: La Rioja. HEX triplet: B2, B9 and 00. RGB value is (178,185,0). Sum of RGB (Red+Green+Blue) = 178+185+0=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B900 is #4D46FF. Grayscale: #A2A2A2. Windows color (decimal): -5064448 or 47538. OLE color: 47538.

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

Color convert

RGB 178 185 0 -
CMYK 0.04 0 1 0.27
HSL 62.27º 1% 0.36% -
HSV(B) 62.27º 1% 0.73% -
XYZ 35.71 44.16 6.64 -
YUV 161.82 36.68 139.54 -
System Red Green Blue C M Y K H S L
Decimal 178 185 0 0.04 0 1 0.27 62.27 1 0.36
Hex B2 B9 0 4 0 64 1B 3E 64 24
Octal 262 271 0 4 0 144 33 76 144 44
Binary 10110010 10111001 0 100 0 1100100 11011 111110 1100100 100100

Color Harmonies of #B2B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B900

Black with #B2B900

Text Example


Text Example

White with #B2B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B900; }

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

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

background-color css

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

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

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

border-color css

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

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

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