Html Css Color HEX #B2B312 La Rioja

📋 copy color: '#B2B312'

red 178 ◦ green 179 ◦ blue 18

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

Shades of La Rioja #B2B312

Tints of La Rioja #B2B312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

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

R = 47.47%
G = 47.73%
B = 4.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B2B312 (or 0xB2B312) is known color: La Rioja. HEX triplet: B2, B3 and 12. RGB value is (178,179,18). Sum of RGB (Red+Green+Blue) = 178+179+18=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B312 is #4D4CED. Grayscale: #A0A0A0. Windows color (decimal): -5065966 or 1225650. OLE color: 1225650.

HSL color Cylindrical-coordinate representation of color #B2B312: hue angle of 60.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2B312 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 18 -
CMYK 0.01 0 0.90 0.30
HSL 60.37º 0.82% 0.39% -
HSV(B) 60.37º 0.9% 0.7% -
XYZ 34.59 41.75 6.81 -
YUV 160.35 47.67 140.59 -
System Red Green Blue C M Y K H S L
Decimal 178 179 18 0.01 0 0.90 0.30 60.37 0.82 0.39
Hex B2 B3 12 1 0 5A 1E 3C 52 27
Octal 262 263 22 1 0 132 36 74 122 47
Binary 10110010 10110011 10010 1 0 1011010 11110 111100 1010010 100111

Color Harmonies of #B2B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B312

Black with #B2B312

Text Example


Text Example

White with #B2B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B312; }

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

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

background-color css

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

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

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

border-color css

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

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

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