Html Css Color HEX #B2B306 La Rioja

📋 copy color: '#B2B306'

red 178 ◦ green 179 ◦ blue 6

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

Shades of La Rioja #B2B306

Tints of La Rioja #B2B306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 49.04%
G = 49.31%
B = 1.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B2B306 (or 0xB2B306) is known color: La Rioja. HEX triplet: B2, B3 and 06. RGB value is (178,179,6). Sum of RGB (Red+Green+Blue) = 178+179+6=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B306 is #4D4CF9. Grayscale: #9F9F9F. Windows color (decimal): -5065978 or 439218. OLE color: 439218.

HSL color Cylindrical-coordinate representation of color #B2B306: hue angle of 60.35º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2B306 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 6 -
CMYK 0.01 0 0.97 0.30
HSL 60.35º 0.94% 0.36% -
HSV(B) 60.35º 0.97% 0.7% -
XYZ 34.51 41.72 6.41 -
YUV 158.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 178 179 6 0.01 0 0.97 0.30 60.35 0.94 0.36
Hex B2 B3 6 1 0 61 1E 3C 5E 24
Octal 262 263 6 1 0 141 36 74 136 44
Binary 10110010 10110011 110 1 0 1100001 11110 111100 1011110 100100

Color Harmonies of #B2B306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B306

Black with #B2B306

Text Example


Text Example

White with #B2B306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B306; }

 p { color: rgb(178,179,6); }

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

background-color css

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

 a { background-color: rgb(178,179,6); }

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

border-color css

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

 span { border-color: rgb(178,179,6); }

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