Html Css Color HEX #B2B912 La Rioja

📋 copy color: '#B2B912'

red 178 ◦ green 185 ◦ blue 18

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

Shades of La Rioja #B2B912

Tints of La Rioja #B2B912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 46.72%
G = 48.56%
B = 4.72%

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

#B2B912 (or 0xB2B912) is known color: La Rioja. HEX triplet: B2, B9 and 12. RGB value is (178,185,18). Sum of RGB (Red+Green+Blue) = 178+185+18=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B912 is #4D46ED. Grayscale: #A4A4A4. Windows color (decimal): -5064430 or 1227186. OLE color: 1227186.

HSL color Cylindrical-coordinate representation of color #B2B912: hue angle of 62.51º degrees, saturation: 0.82, 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 #B2B912 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 18 -
CMYK 0.04 0 0.90 0.27
HSL 62.51º 0.82% 0.4% -
HSV(B) 62.51º 0.9% 0.73% -
XYZ 35.82 44.21 7.22 -
YUV 163.87 45.68 138.08 -
System Red Green Blue C M Y K H S L
Decimal 178 185 18 0.04 0 0.90 0.27 62.51 0.82 0.4
Hex B2 B9 12 4 0 5A 1B 3F 52 28
Octal 262 271 22 4 0 132 33 77 122 50
Binary 10110010 10111001 10010 100 0 1011010 11011 111111 1010010 101000

Color Harmonies of #B2B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B912

Black with #B2B912

Text Example


Text Example

White with #B2B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B912; }

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

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

background-color css

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

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

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

border-color css

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

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

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