Html Css Color HEX #B2B610 La Rioja

📋 copy color: '#B2B610'

red 178 ◦ green 182 ◦ blue 16

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

Shades of La Rioja #B2B610

Tints of La Rioja #B2B610

RGB

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

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

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

R = 47.34%
G = 48.4%
B = 4.26%

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

#B2B610 (or 0xB2B610) is known color: La Rioja. HEX triplet: B2, B6 and 10. RGB value is (178,182,16). Sum of RGB (Red+Green+Blue) = 178+182+16=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B610 is #4D49EF. Grayscale: #A2A2A2. Windows color (decimal): -5065200 or 1095346. OLE color: 1095346.

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

Color convert

RGB 178 182 16 -
CMYK 0.02 0 0.91 0.29
HSL 61.45º 0.84% 0.39% -
HSV(B) 61.45º 0.91% 0.71% -
XYZ 35.18 42.96 6.93 -
YUV 161.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 178 182 16 0.02 0 0.91 0.29 61.45 0.84 0.39
Hex B2 B6 10 2 0 5B 1D 3D 54 27
Octal 262 266 20 2 0 133 35 75 124 47
Binary 10110010 10110110 10000 10 0 1011011 11101 111101 1010100 100111

Color Harmonies of #B2B610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B610

Black with #B2B610

Text Example


Text Example

White with #B2B610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B610; }

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

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

background-color css

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

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

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

border-color css

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

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

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