Html Css Color HEX #B6BE00 La Rioja

📋 copy color: '#B6BE00'

red 182 ◦ green 190 ◦ blue 0

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

Shades of La Rioja #B6BE00

Tints of La Rioja #B6BE00

RGB

 RED value IS 182 (71.48% from 255) = 48.92%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.92%
G = 51.08%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#B6BE00 (or 0xB6BE00) is known color: La Rioja. HEX triplet: B6, BE and 00. RGB value is (182,190,0). Sum of RGB (Red+Green+Blue) = 182+190+0=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BE00 is #4941FF. Grayscale: #A6A6A6. Windows color (decimal): -4801024 or 48822. OLE color: 48822.

HSL color Cylindrical-coordinate representation of color #B6BE00: hue angle of 62.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6BE00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 190 0 -
CMYK 0.04 0 1 0.25
HSL 62.53º 1% 0.37% -
HSV(B) 62.53º 1% 0.75% -
XYZ 37.7 46.77 7.04 -
YUV 165.95 34.35 139.45 -
System Red Green Blue C M Y K H S L
Decimal 182 190 0 0.04 0 1 0.25 62.53 1 0.37
Hex B6 BE 0 4 0 64 19 3F 64 25
Octal 266 276 0 4 0 144 31 77 144 45
Binary 10110110 10111110 0 100 0 1100100 11001 111111 1100100 100101

Color Harmonies of #B6BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BE00

Black with #B6BE00

Text Example


Text Example

White with #B6BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BE00; }

 p { color: rgb(182,190,0); }

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

background-color css

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

 a { background-color: rgb(182,190,0); }

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

border-color css

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

 span { border-color: rgb(182,190,0); }

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