Html Css Color HEX #B0B200 La Rioja

📋 copy color: '#B0B200'

red 176 ◦ green 178 ◦ blue 0

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

Shades of La Rioja #B0B200

Tints of La Rioja #B0B200

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

 GREEN value IS 178 (69.92% from 255) = 50.28%

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

R = 49.72%
G = 50.28%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B0B200 (or 0xB0B200) is known color: La Rioja. HEX triplet: B0, B2 and 00. RGB value is (176,178,0). Sum of RGB (Red+Green+Blue) = 176+178+0=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0B200 is #4F4DFF. Grayscale: #9D9D9D. Windows color (decimal): -5197312 or 45744. OLE color: 45744.

HSL color Cylindrical-coordinate representation of color #B0B200: hue angle of 60.67º 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 #B0B200 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 178 0 -
CMYK 0.01 0 1 0.30
HSL 60.67º 1% 0.35% -
HSV(B) 60.67º 1% 0.7% -
XYZ 33.82 41.07 6.14 -
YUV 157.11 39.34 141.47 -
System Red Green Blue C M Y K H S L
Decimal 176 178 0 0.01 0 1 0.30 60.67 1 0.35
Hex B0 B2 0 1 0 64 1E 3D 64 23
Octal 260 262 0 1 0 144 36 75 144 43
Binary 10110000 10110010 0 1 0 1100100 11110 111101 1100100 100011

Color Harmonies of #B0B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B200

Black with #B0B200

Text Example


Text Example

White with #B0B200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B200; }

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

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

background-color css

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

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

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

border-color css

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

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

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