Html Css Color HEX #B2B913 La Rioja

📋 copy color: '#B2B913'

red 178 ◦ green 185 ◦ blue 19

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

Shades of La Rioja #B2B913

Tints of La Rioja #B2B913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.43%

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 46.6%
G = 48.43%
B = 4.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B2B913 (or 0xB2B913) is known color: La Rioja. HEX triplet: B2, B9 and 13. RGB value is (178,185,19). Sum of RGB (Red+Green+Blue) = 178+185+19=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B913 is #4D46EC. Grayscale: #A4A4A4. Windows color (decimal): -5064429 or 1292722. OLE color: 1292722.

HSL color Cylindrical-coordinate representation of color #B2B913: hue angle of 62.53º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2B913 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 19 -
CMYK 0.04 0 0.90 0.27
HSL 62.53º 0.81% 0.4% -
HSV(B) 62.53º 0.9% 0.73% -
XYZ 35.83 44.21 7.26 -
YUV 163.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 178 185 19 0.04 0 0.90 0.27 62.53 0.81 0.4
Hex B2 B9 13 4 0 5A 1B 3F 51 28
Octal 262 271 23 4 0 132 33 77 121 50
Binary 10110010 10111001 10011 100 0 1011010 11011 111111 1010001 101000

Color Harmonies of #B2B913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B913

Black with #B2B913

Text Example


Text Example

White with #B2B913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B913; }

 p { color: rgb(178,185,19); }

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

background-color css

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

 a { background-color: rgb(178,185,19); }

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

border-color css

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

 span { border-color: rgb(178,185,19); }

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