Html Css Color HEX #B2B600 La Rioja

📋 copy color: '#B2B600'

red 178 ◦ green 182 ◦ blue 0

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

Shades of La Rioja #B2B600

Tints of La Rioja #B2B600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

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

R = 49.44%
G = 50.56%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B2B600 (or 0xB2B600) is known color: La Rioja. HEX triplet: B2, B6 and 00. RGB value is (178,182,0). Sum of RGB (Red+Green+Blue) = 178+182+0=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B600 is #4D49FF. Grayscale: #A0A0A0. Windows color (decimal): -5065216 or 46770. OLE color: 46770.

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

Color convert

RGB 178 182 0 -
CMYK 0.02 0 1 0.29
HSL 61.32º 1% 0.36% -
HSV(B) 61.32º 1% 0.71% -
XYZ 35.09 42.92 6.44 -
YUV 160.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 178 182 0 0.02 0 1 0.29 61.32 1 0.36
Hex B2 B6 0 2 0 64 1D 3D 64 24
Octal 262 266 0 2 0 144 35 75 144 44
Binary 10110010 10110110 0 10 0 1100100 11101 111101 1100100 100100

Color Harmonies of #B2B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B600

Black with #B2B600

Text Example


Text Example

White with #B2B600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B600; }

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

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

background-color css

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

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

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

border-color css

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

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

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