Html Css Color HEX #B2B614 La Rioja

📋 copy color: '#B2B614'

red 178 ◦ green 182 ◦ blue 20

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

Shades of La Rioja #B2B614

Tints of La Rioja #B2B614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 46.84%
G = 47.89%
B = 5.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B2B614 (or 0xB2B614) is known color: La Rioja. HEX triplet: B2, B6 and 14. RGB value is (178,182,20). Sum of RGB (Red+Green+Blue) = 178+182+20=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B614 is #4D49EB. Grayscale: #A2A2A2. Windows color (decimal): -5065196 or 1357490. OLE color: 1357490.

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

Color convert

RGB 178 182 20 -
CMYK 0.02 0 0.89 0.29
HSL 61.48º 0.8% 0.4% -
HSV(B) 61.48º 0.89% 0.71% -
XYZ 35.21 42.97 7.1 -
YUV 162.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 178 182 20 0.02 0 0.89 0.29 61.48 0.8 0.4
Hex B2 B6 14 2 0 59 1D 3D 50 28
Octal 262 266 24 2 0 131 35 75 120 50
Binary 10110010 10110110 10100 10 0 1011001 11101 111101 1010000 101000

Color Harmonies of #B2B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B614

Black with #B2B614

Text Example


Text Example

White with #B2B614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B614; }

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

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

background-color css

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

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

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

border-color css

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

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

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