Html Css Color HEX #B2BE12 La Rioja

📋 copy color: '#B2BE12'

red 178 ◦ green 190 ◦ blue 18

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

Shades of La Rioja #B2BE12

Tints of La Rioja #B2BE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.22%

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

R = 46.11%
G = 49.22%
B = 4.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#B2BE12 (or 0xB2BE12) is known color: La Rioja. HEX triplet: B2, BE and 12. RGB value is (178,190,18). Sum of RGB (Red+Green+Blue) = 178+190+18=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE12 is #4D41ED. Grayscale: #A7A7A7. Windows color (decimal): -5063150 or 1228466. OLE color: 1228466.

HSL color Cylindrical-coordinate representation of color #B2BE12: hue angle of 64.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2BE12 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 18 -
CMYK 0.06 0 0.91 0.25
HSL 64.19º 0.83% 0.41% -
HSV(B) 64.19º 0.91% 0.75% -
XYZ 36.88 46.34 7.57 -
YUV 166.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 178 190 18 0.06 0 0.91 0.25 64.19 0.83 0.41
Hex B2 BE 12 6 0 5B 19 40 53 29
Octal 262 276 22 6 0 133 31 100 123 51
Binary 10110010 10111110 10010 110 0 1011011 11001 1000000 1010011 101001

Color Harmonies of #B2BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE12

Black with #B2BE12

Text Example


Text Example

White with #B2BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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