Html Css Color HEX #B2B510 La Rioja

📋 copy color: '#B2B510'

red 178 ◦ green 181 ◦ blue 16

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

Shades of La Rioja #B2B510

Tints of La Rioja #B2B510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.27%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 47.47%
G = 48.27%
B = 4.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B2B510 (or 0xB2B510) is known color: La Rioja. HEX triplet: B2, B5 and 10. RGB value is (178,181,16). Sum of RGB (Red+Green+Blue) = 178+181+16=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B510 is #4D4AEF. Grayscale: #A1A1A1. Windows color (decimal): -5065456 or 1095090. OLE color: 1095090.

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

Color convert

RGB 178 181 16 -
CMYK 0.02 0 0.91 0.29
HSL 61.09º 0.84% 0.39% -
HSV(B) 61.09º 0.91% 0.71% -
XYZ 34.98 42.55 6.86 -
YUV 161.29 46.01 139.92 -
System Red Green Blue C M Y K H S L
Decimal 178 181 16 0.02 0 0.91 0.29 61.09 0.84 0.39
Hex B2 B5 10 2 0 5B 1D 3D 54 27
Octal 262 265 20 2 0 133 35 75 124 47
Binary 10110010 10110101 10000 10 0 1011011 11101 111101 1010100 100111

Color Harmonies of #B2B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B510

Black with #B2B510

Text Example


Text Example

White with #B2B510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B510; }

 p { color: rgb(178,181,16); }

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

background-color css

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

 a { background-color: rgb(178,181,16); }

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

border-color css

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

 span { border-color: rgb(178,181,16); }

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