Html Css Color HEX #B2B400 La Rioja

📋 copy color: '#B2B400'

red 178 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #B2B400

Tints of La Rioja #B2B400

RGB

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

 GREEN value IS 180 (70.7% 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.29

RGB Variations

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

Color information

#B2B400 (or 0xB2B400) is known color: La Rioja. HEX triplet: B2, B4 and 00. RGB value is (178,180,0). Sum of RGB (Red+Green+Blue) = 178+180+0=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B400 is #4D4BFF. Grayscale: #9F9F9F. Windows color (decimal): -5065728 or 46258. OLE color: 46258.

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

Color convert

RGB 178 180 0 -
CMYK 0.01 0 1 0.29
HSL 60.67º 1% 0.35% -
HSV(B) 60.67º 1% 0.71% -
XYZ 34.68 42.11 6.3 -
YUV 158.88 38.34 141.64 -
System Red Green Blue C M Y K H S L
Decimal 178 180 0 0.01 0 1 0.29 60.67 1 0.35
Hex B2 B4 0 1 0 64 1D 3D 64 23
Octal 262 264 0 1 0 144 35 75 144 43
Binary 10110010 10110100 0 1 0 1100100 11101 111101 1100100 100011

Color Harmonies of #B2B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B400

Black with #B2B400

Text Example


Text Example

White with #B2B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B400; }

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

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

background-color css

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

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

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

border-color css

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

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

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