Html Css Color HEX #B2BE14 La Rioja

📋 copy color: '#B2BE14'

red 178 ◦ green 190 ◦ blue 20

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

Shades of La Rioja #B2BE14

Tints of La Rioja #B2BE14

RGB

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

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

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

R = 45.88%
G = 48.97%
B = 5.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#B2BE14 (or 0xB2BE14) is known color: La Rioja. HEX triplet: B2, BE and 14. RGB value is (178,190,20). Sum of RGB (Red+Green+Blue) = 178+190+20=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE14 is #4D41EB. Grayscale: #A7A7A7. Windows color (decimal): -5063148 or 1359538. OLE color: 1359538.

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

Color convert

RGB 178 190 20 -
CMYK 0.06 0 0.89 0.25
HSL 64.24º 0.81% 0.41% -
HSV(B) 64.24º 0.89% 0.75% -
XYZ 36.9 46.34 7.66 -
YUV 167.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 178 190 20 0.06 0 0.89 0.25 64.24 0.81 0.41
Hex B2 BE 14 6 0 59 19 40 51 29
Octal 262 276 24 6 0 131 31 100 121 51
Binary 10110010 10111110 10100 110 0 1011001 11001 1000000 1010001 101001

Color Harmonies of #B2BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE14

Black with #B2BE14

Text Example


Text Example

White with #B2BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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