Html Css Color HEX #B2B716 La Rioja

📋 copy color: '#B2B716'

red 178 ◦ green 183 ◦ blue 22

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

Shades of La Rioja #B2B716

Tints of La Rioja #B2B716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.78%

 BLUE value IS 22 (8.98% from 255) = 5.74%

R = 46.48%
G = 47.78%
B = 5.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B2B716 (or 0xB2B716) is known color: La Rioja. HEX triplet: B2, B7 and 16. RGB value is (178,183,22). Sum of RGB (Red+Green+Blue) = 178+183+22=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B716 is #4D48E9. Grayscale: #A3A3A3. Windows color (decimal): -5064938 or 1488818. OLE color: 1488818.

HSL color Cylindrical-coordinate representation of color #B2B716: hue angle of 61.86º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2B716 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 22 -
CMYK 0.03 0 0.88 0.28
HSL 61.86º 0.79% 0.4% -
HSV(B) 61.86º 0.88% 0.72% -
XYZ 35.44 43.39 7.27 -
YUV 163.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 178 183 22 0.03 0 0.88 0.28 61.86 0.79 0.4
Hex B2 B7 16 3 0 58 1C 3E 4F 28
Octal 262 267 26 3 0 130 34 76 117 50
Binary 10110010 10110111 10110 11 0 1011000 11100 111110 1001111 101000

Color Harmonies of #B2B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B716

Black with #B2B716

Text Example


Text Example

White with #B2B716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B716; }

 p { color: rgb(178,183,22); }

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

background-color css

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

 a { background-color: rgb(178,183,22); }

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

border-color css

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

 span { border-color: rgb(178,183,22); }

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